summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2016-02-23 08:42:31 -0500
committerluxagraf <sng@luxagraf.net>2016-02-23 08:42:31 -0500
commit0fda9a4c0133f4759c1c828f8624d451a70d1723 (patch)
tree7e34672262b9afa955038a33223053c43066fd0f /design
parente0076805adfcbc4bce3d337974c1bbb9e4c7fbb9 (diff)
made the comment form a bit nicer, kinder. trying to take my own advice.
Diffstat (limited to 'design')
-rw-r--r--design/templates/comments/form.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/design/templates/comments/form.html b/design/templates/comments/form.html
index a2cb063..dcb83d4 100644
--- a/design/templates/comments/form.html
+++ b/design/templates/comments/form.html
@@ -1,6 +1,6 @@
{% load comments i18n %}
<div class="comment--form--wrapper">
-<p class="comment--form--header">Comments?</p>
+<p class="comment--form--header">Your thoughts? Please leave a reply:</p>
<form action="{% comment_form_target %}" method="post" class="comment--form">
{% if next %}<div><input type="hidden" name="next" value="{{ next }}" /></div>{% endif %}
<input type="hidden" name="rder" value="{{ form.instance.content_object.get_absolute_url }}" />
@@ -21,5 +21,5 @@
<input type="submit" name="preview" class="submit-preview" value="{% trans "Preview" %}" />
</p>
</form>
-<p style="font-size: 95%;"><strong>All comments are moderated</strong>, so you won&#8217;t see it right away. If you see it at all. I only publish comments that add good words to the world. Remember Kurt Vonnegut's rule: &#8220;god damn it, you&#8217;ve got to be kind.&#8221; In other words if you want to shit in a pool, go build your own. You can use Markdown or HTML to format your comments. The allowed tags are <code>&lt;b&gt;, &lt;i&gt;, &lt;em&gt;, &lt;strong&gt;, &lt;a&gt;</code>. To create a new paragraph hit return twice. </p>
+<p style="font-size: 95%;"><strong>All comments are moderated</strong>, so you won&#8217;t see it right away. And please remember Kurt Vonnegut's rule: &#8220;god damn it, you&#8217;ve got to be kind.&#8221; You can use Markdown or HTML to format your comments. The allowed tags are <code>&lt;b&gt;, &lt;i&gt;, &lt;em&gt;, &lt;strong&gt;, &lt;a&gt;</code>. To create a new paragraph hit return twice. </p>
</div>