From 73173102dbe4258ff7b456a7ef3de91e9018277e Mon Sep 17 00:00:00 2001 From: Wilmer Date: Mon, 28 Nov 2016 08:14:09 -0400 Subject: [PATCH] =?UTF-8?q?se=20a=C3=B1adieron=20los=20mensajes=20de=20exi?= =?UTF-8?q?to=20y=20advertencia=20al=20indice=20de=20la=20aplicaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Resources/views/cea/index.html.twig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/Resources/views/cea/index.html.twig b/app/Resources/views/cea/index.html.twig index 8e16239..793595f 100644 --- a/app/Resources/views/cea/index.html.twig +++ b/app/Resources/views/cea/index.html.twig @@ -10,6 +10,14 @@
{{ message }}
{%endfor %} + {% for message in app.session.flashBag.get('success') %} +
{{ message }}
+ {%endfor %} + + {% for message in app.session.flashBag.get('warning') %} +
{{ message }}
+ {%endfor %} + {% if not adscrito %}
-- 2.0.0