Commit 6d5a942c authored by Özgür's avatar Özgür

form fix

errrors replaced with errors
parent f3a49ca1
......@@ -8,7 +8,7 @@
{{ f }}
{% if f.errors %}
<ul>
{% for e in f.errrors %}
{% for e in f.errors %}
<li>{{ e }}</li>
{% endfor %}
</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