Commit 13a39b4b authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #143 from jasanjun/patch-1

Update examples/auth/templates/form.html
parents 68b681cf 1363f35d
......@@ -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