diff options
Diffstat (limited to 'design/templates/comments/form.html')
-rw-r--r-- | design/templates/comments/form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/comments/form.html b/design/templates/comments/form.html index 776a543..35391f0 100644 --- a/design/templates/comments/form.html +++ b/design/templates/comments/form.html @@ -1,7 +1,7 @@ {% load comments i18n %} <div class="comment--form--wrapper"> <p class="comment--form--header">Comments?</p> -<form action="{% comment_form_target %}" method="post" class="comment--form">{% csrf_token %} +<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 }}" /> {% for field in form %} |