mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 10:14:44 +02:00
Show a notice above the permission editor, that permissions can depend on each other
Related to issue #435
This commit is contained in:
parent
84c111ac7c
commit
4b88de9316
3 changed files with 14 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue