Commit 1363f35d authored by jasanjun's avatar jasanjun

Update examples/auth/templates/form.html

typo errrors
parent 68b681cf
......@@ -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