project/templates/_errors.html
author Puneeth Chaganti <punchagan@fossee.in>
Mon, 18 Oct 2010 20:30:01 +0530
changeset 174 ccd1a896dfea
parent 1 fda1c66b25f9
permissions -rw-r--r--
Fixed the bug with sending the mail content post registration.

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