project/templates/_errors.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 15 Jul 2010 01:47:43 +0530
changeset 105 9ce5f3e887ce
parent 1 fda1c66b25f9
permissions -rw-r--r--
Changed the content to match SciPy.in 2010 initial plans. Commented out most part.

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