project/templates/_errors.html
author Parth buch <parth.buch.115@gmail.com>
Fri, 30 Sep 2011 19:40:09 +0530
branch2011
changeset 421 32de9e8b4fad
parent 1 fda1c66b25f9
permissions -rw-r--r--
added pics for eric and mateusz

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