fnp
/
django-migdal.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bugfix
[django-migdal.git]
/
migdal
/
templates
/
comments
/
form.html
diff --git
a/migdal/templates/comments/form.html
b/migdal/templates/comments/form.html
index
341750f
..
896c041
100644
(file)
--- a/
migdal/templates/comments/form.html
+++ b/
migdal/templates/comments/form.html
@@
-12,7
+12,7
@@
{% for field in form %}
{% if not field.is_hidden %}
<tr
{% for field in form %}
{% if not field.is_hidden %}
<tr
- {% if
equal field.name "honeypot" %} style="display:none;"{% endifequal
%}>
+ {% if
field.name == "honeypot" %} style="display:none;"{% endif
%}>
<th>{{ field.label_tag }}
</th><td>
{% if field.errors %}<p class="error">{{ field.errors }}</p>{% endif %}
<th>{{ field.label_tag }}
</th><td>
{% if field.errors %}<p class="error">{{ field.errors }}</p>{% endif %}