Create organisation functionality

This commit is contained in:
2022-02-04 11:23:48 +00:00
parent 584aa1909e
commit f850e4cace
11 changed files with 346 additions and 1 deletions

View File

@@ -26,6 +26,13 @@
}
%}
</div>
{% if checkAccess('create_organisation') %}
<div class="box-footer">
<button type="button" class="btn btn-success js-organisation-create">
<i class="fas fa-plus-square"></i> {{translate("ORGANISATION.CREATE")}}
</button>
</div>
{% endif %}
</div>
</div>
</div>