diff options
author | luxagraf <sng@luxagraf.net> | 2016-02-23 08:42:31 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-02-23 08:42:31 -0500 |
commit | 0fda9a4c0133f4759c1c828f8624d451a70d1723 (patch) | |
tree | 7e34672262b9afa955038a33223053c43066fd0f /design/templates/comments/form.html | |
parent | e0076805adfcbc4bce3d337974c1bbb9e4c7fbb9 (diff) |
made the comment form a bit nicer, kinder. trying to take my own advice.
Diffstat (limited to 'design/templates/comments/form.html')
-rw-r--r-- | design/templates/comments/form.html | 4 |
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’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: “god damn it, you’ve got to be kind.” 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><b>, <i>, <em>, <strong>, <a></code>. To create a new paragraph hit return twice. </p> +<p style="font-size: 95%;"><strong>All comments are moderated</strong>, so you won’t see it right away. And please remember Kurt Vonnegut's rule: “god damn it, you’ve got to be kind.” You can use Markdown or HTML to format your comments. The allowed tags are <code><b>, <i>, <em>, <strong>, <a></code>. To create a new paragraph hit return twice. </p> </div> |