Standard Recht korrektur

This commit is contained in:
holger.trampe 2020-03-27 12:35:00 +01:00
parent 559cc93d15
commit db389c951c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<h2>{{standard.name}}
<span style="float: right">
{% if standard.created_standard_by == user or perms.users.standard_management %}
{% if standard.created_standard_by == user or perms.users.standardmanager %}
<a style="float: right" class="btn btn-secondary btn-sm ml-2" href="{% url 'standard-delete' standard.pk %}"><small><i class="fas fa-trash"></i></small></a>
<a style="float: right" class="btn btn-secondary btn-sm " href="{% url 'standard-update' standard.pk %}"><small><i class="fas fa-pen"></i></small></a>
{% endif %}