From 27da326d6a2e0a987dbd50746654dd2753c3c817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 26 Dec 2018 21:03:10 -0500 Subject: [PATCH] Move help (status messages) to just below navbar --- agaric/templates/layout/page.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agaric/templates/layout/page.html.twig b/agaric/templates/layout/page.html.twig index 2fee38f..a6ac259 100644 --- a/agaric/templates/layout/page.html.twig +++ b/agaric/templates/layout/page.html.twig @@ -33,6 +33,7 @@ {% endif %} +{{ page.help }} {% endblock navbar %} {% set header_section_attributes = create_attribute() %} @@ -102,7 +103,6 @@ {# link is in html.html.twig #} {{ page.highlighted }} - {{ page.help }} {% block main_content %} {# Set attributes for content. #}