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:
parent
ea29704819
commit
bb146b09d7
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue