summaryrefslogtreecommitdiff
path: root/templates/comments/form.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/comments/form.html')
-rw-r--r--templates/comments/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/comments/form.html b/templates/comments/form.html
index 129de90..fba222b 100644
--- a/templates/comments/form.html
+++ b/templates/comments/form.html
@@ -10,7 +10,7 @@
{% if field.is_hidden %}
{{ field }}
{% else %}
- <fieldset class="{% if field.errors %} error{% endif %} {% if field.name == "honeypot" %} honeypot"{% endif%}">
+ <fieldset class="{% if field.errors %}error {% endif %}{% if field.name == "honeypot" %}honeypot{% endif%}">
{{ field.label_tag }}
{%if field.name == "comment"%}<div class="textarea-rounded">{{ field }}</div>{%else%}{{field}}{%endif%}
</fieldset>