Bug Verbund
This commit is contained in:
parent
781300d20f
commit
31b5cfb2fb
|
|
@ -125,7 +125,7 @@
|
||||||
{% getcommentsup comment.pk as cup %}
|
{% getcommentsup comment.pk as cup %}
|
||||||
{% if cup > 0 %}{{cup}}{% endif %}
|
{% 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;">
|
<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>
|
<button type="button" class="btn btn-sm btn-secondary" onclick="javascript:delComment({{comment.pk}})" ><i class="fa fa-trash"></i></button>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue