1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Fix #54. The flash message is now in green

This commit is contained in:
Alexis Metaireau 2011-11-27 04:33:45 +01:00
parent ea29704819
commit bb146b09d7

View file

@ -87,7 +87,7 @@
</div>
</div>
{% for message in get_flashed_messages() %}
<div class="flash alert-message info" style="position:absolute;"><p>{{ message }}</p></div>
<div class="flash alert-message success" style="position:absolute;"><p>{{ message }}</p></div>
{% endfor %}
{% endblock %}
{% block footer %}