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