Bug Verbund

This commit is contained in:
holger.trampe 2020-10-11 11:10:22 +02:00
parent 781300d20f
commit 31b5cfb2fb
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
{% getcommentsup comment.pk as cup %}
{% if cup > 0 %}{{cup}}{% endif %}
{% if comment.comment_by == request.user or (standard.created_standard_by != none and standard.created_standard_by == request.user) or standard.last_modified_by == request.user %}
{% if comment.comment_by == request.user or standard.last_modified_by == request.user or standard.created_standard_by != none and standard.created_standard_by == request.user %}
<span style="float: right;">
<button type="button" class="btn btn-sm btn-secondary" onclick="javascript:delComment({{comment.pk}})" ><i class="fa fa-trash"></i></button>
</span>