1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/budget/templates/display_errors.html
Alexis Metaireau 87ea045059 Invite people after project creation.
Uses the flask-mail extension.
2011-07-30 15:47:26 +02:00

5 lines
140 B
HTML

{% for errors in form.errors.values() %}
{% for error in errors %}
<p class="error">{{error}}</p>
{% endfor %}
{% endfor %}