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

form fix

errrors replaced with errors
parent f3a49ca1
...@@ -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