diff options
Diffstat (limited to 'design/templates/comments/form.html')
-rw-r--r-- | design/templates/comments/form.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/design/templates/comments/form.html b/design/templates/comments/form.html index d7e5ee3..eaebada 100644 --- a/design/templates/comments/form.html +++ b/design/templates/comments/form.html @@ -1,5 +1,4 @@ {% load comments i18n %} -<div class="comment--form--wrapper"> <div class="comment--form--header"> <p class="hed">Thoughts?</p> <p class="subhed">Please leave a reply:</p> @@ -23,4 +22,4 @@ </div> </form> <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> + |