Show a notice above the permission editor, that permissions can depend on each other

Related to issue #435
This commit is contained in:
Jan Böhmer 2023-11-25 00:42:17 +01:00
parent 84c111ac7c
commit 4b88de9316
3 changed files with 14 additions and 0 deletions

View file

@ -89,6 +89,10 @@
{% endif %}
</div>
{% if show_dependency_notice %}
<small class="text-muted mb-1 d-inline-block">{% trans %}permission.legend.dependency_note{% endtrans %}</small>
{% endif %}
<ul class="nav nav-tabs">
{% for group in form %}
<li class="nav-item">