Move help (status messages) to just below navbar
This commit is contained in:
parent
39ae84867c
commit
27da326d6a
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{{ page.help }}
|
||||||
{% endblock navbar %}
|
{% endblock navbar %}
|
||||||
|
|
||||||
{% set header_section_attributes = create_attribute() %}
|
{% set header_section_attributes = create_attribute() %}
|
||||||
|
@ -102,7 +103,6 @@
|
||||||
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
|
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
|
||||||
|
|
||||||
{{ page.highlighted }}
|
{{ page.highlighted }}
|
||||||
{{ page.help }}
|
|
||||||
|
|
||||||
{% block main_content %}
|
{% block main_content %}
|
||||||
{# Set attributes for content. #}
|
{# Set attributes for content. #}
|
||||||
|
|
Loading…
Reference in a new issue