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() }}
{% include "navigation/partials/sidebar-organisations.html.twig" %}
{% block navigation_organisations %}
{% include "navigation/partials/sidebar-organisations.html.twig" %}
{% endblock %}
{% endblock %}