project/templates/_errors.html
author Parth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 09:39:22 +0530
branch2011
changeset 450 c4e4cee8b99a
parent 1 fda1c66b25f9
permissions -rw-r--r--
replaced the usernames with real names on the conf schedule page

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