Commit d95068de authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #411 from ozgurodabasi/patch-1

form fix
parents f3a49ca1 6d5a942c
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
{{ f }} {{ f }}
{% if f.errors %} {% if f.errors %}
<ul> <ul>
{% for e in f.errrors %} {% for e in f.errors %}
<li>{{ e }}</li> <li>{{ e }}</li>
{% endfor %} {% endfor %}
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment