1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Translate flash message in baggy theme

This commit is contained in:
Nicolas Lœuillet 2016-03-21 15:44:23 +01:00
parent 439b36323e
commit 7dbed56857

View file

@ -66,7 +66,7 @@
{% for flashMessage in app.session.flashbag.get('notice') %}
<div class="messages success">
<a href="#" class="closeMessage">×</a>
<p>{{ flashMessage }}</p>
<p>{{ flashMessage|trans }}</p>
</div>
{% endfor %}
{% endblock %}