From 31b5cfb2fb4fc86ac92c6f9320bd7367f38c1ce5 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Sun, 11 Oct 2020 11:10:22 +0200 Subject: [PATCH] Bug Verbund --- standards/templates/standards/standards_single_agn.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/templates/standards/standards_single_agn.html b/standards/templates/standards/standards_single_agn.html index 07719b6..c20d030 100644 --- a/standards/templates/standards/standards_single_agn.html +++ b/standards/templates/standards/standards_single_agn.html @@ -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 %}