diff --git a/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig b/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig
index 140557d69..b62ae622c 100644
--- a/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig
+++ b/src/Bundle/ChillMainBundle/Resources/views/layout.html.twig
@@ -53,8 +53,12 @@
{% block sublayout_content %}
+ {# col-8 : width wasn't long enough. It would cause the message to be displayed on the left of
+ the screen and the list of activities on the right...
+ I don't know if this needs to be changed for the other flash messages too?
+ For other pages, it doesn't change much visually. #}
{% for flashMessage in app.session.flashbag.get('success') %}
-
+
{{ flashMessage|raw }}
{% endfor %}