Fixed sidebar block

This commit is contained in:
2023-07-18 13:27:42 +01:00
parent b54945cad6
commit 7f9d329295
2 changed files with 6 additions and 1 deletions

View File

@@ -2,5 +2,8 @@
{% block navigation %}
{{ parent() }}
{% block navigation_organisations %}
{% include "navigation/partials/sidebar-organisations.html.twig" %}
{% endblock %}
{% endblock %}

View File

@@ -3,7 +3,9 @@
{% block userCard_menu %}
<a href="{{site.uri.public}}" class="btn btn-default btn-flat btn-block">Homepage</a>
{% block navigation_organisations %}
{% include "navigation/partials/user-card-organisations.html.twig" %}
{% endblock %}
{{ parent() }}
{% endblock %}