project/templates/_errors.html
author Parth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 17:20:18 +0530
branch2011
changeset 455 a61c960d90f2
parent 1 fda1c66b25f9
permissions -rw-r--r--
fixed a typo in urls.py

{% if messages %}<div id="messages">{% for message in messages %}{{ message }}{% endfor %}</div>{% endif %}
{% if form.errors %}<div id="errors">Please correct the errors below</div>{% endif %}