forked from Ruderverein-Donau-Linz/rowt
allow 'schriftführer' to edit boats
This commit is contained in:
@ -128,7 +128,7 @@ function setChoiceByLabel(choicesInstance, label) {
|
||||
<a href="/admin/user"
|
||||
class="block w-100 py-2 hover:text-primary-600 border-t">Userverwaltung</a>
|
||||
{% endif %}
|
||||
{% if "admin" in loggedin_user.roles %}
|
||||
{% if "admin" in loggedin_user.roles or "schriftfuehrer" in loggedin_user.roles %}
|
||||
<a href="/admin/boat"
|
||||
class="block w-100 py-2 hover:text-primary-600 border-t">Boote</a>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user