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 %}