Added link to organisations from user menu

This commit is contained in:
2023-06-06 15:49:09 +01:00
parent b7d15dc25e
commit fc47f23615
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{% if checkAccess('uri_organisations') %}
<a href="{{site.uri.public}}/organisations" class="btn btn-default btn-flat btn-block">{{ translate("ORGANISATION", 2) }}</a>
{% endif %}