project/templates/_errors.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 02 Nov 2010 22:35:02 +0530
changeset 196 d6b0220e37ab
parent 1 fda1c66b25f9
permissions -rw-r--r--
Add the URL in the menu template for registration statistics.

{% 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 %}