replace flashbag

This commit is contained in:
Julien Fastré 2017-04-18 22:14:42 +02:00
parent edc4889461
commit e4b4483845

View File

@ -116,7 +116,7 @@
</div> </div>
{% endfor %} {% endfor %}
{% for flashMessage in app.session.flashbag.get('info') %} {% for flashMessage in app.session.flashbag.get('notice') %}
<div class="grid-8 centered notice flash_message"> <div class="grid-8 centered notice flash_message">
<span> <span>
{{ flashMessage|raw }} {{ flashMessage|raw }}