mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
replace flashbag
This commit is contained in:
parent
edc4889461
commit
e4b4483845
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user