From f89410559c20dd88d78ccd6b9d24e7941da9d5ff Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Fri, 30 Oct 2009 15:09:12 +0530 Subject: Added all the files from kiwipycon and the changes made for SciPy.in. --- project/templates/_errors.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 project/templates/_errors.html (limited to 'project/templates/_errors.html') diff --git a/project/templates/_errors.html b/project/templates/_errors.html new file mode 100644 index 0000000..f0e21d1 --- /dev/null +++ b/project/templates/_errors.html @@ -0,0 +1,2 @@ +{% if messages %}
{% for message in messages %}{{ message }}{% endfor %}
{% endif %} +{% if form.errors %}
Please correct the errors below
{% endif %} -- cgit