aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/display_errors.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-07-30 15:46:53 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-07-30 15:47:26 +0200
commit87ea04505924a0869e3c806cdf4de3defc1c034c (patch)
tree3f3cdcc482a8b8016518e9134a5cba6b6f89efa1 /budget/templates/display_errors.html
parent93818d9aba9505c30daf61f42fd9824017a33fe8 (diff)
downloadihatemoney-mirror-87ea04505924a0869e3c806cdf4de3defc1c034c.zip
ihatemoney-mirror-87ea04505924a0869e3c806cdf4de3defc1c034c.tar.gz
ihatemoney-mirror-87ea04505924a0869e3c806cdf4de3defc1c034c.tar.bz2
Invite people after project creation.
Uses the flask-mail extension.
Diffstat (limited to 'budget/templates/display_errors.html')
-rw-r--r--budget/templates/display_errors.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/budget/templates/display_errors.html b/budget/templates/display_errors.html
new file mode 100644
index 0000000..15039a2
--- /dev/null
+++ b/budget/templates/display_errors.html
@@ -0,0 +1,5 @@
+{% for errors in form.errors.values() %}
+ {% for error in errors %}
+ <p class="error">{{error}}</p>
+ {% endfor %}
+{% endfor %}