project/templates/_errors.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 16 Nov 2010 17:36:21 +0530
branchpayments
changeset 261 148f277e7db2
parent 1 fda1c66b25f9
permissions -rw-r--r--
Typo of type field twice is fixed to details field in the form of registrantion.

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