diff --git a/templates/sar_details.html b/templates/sar_details.html index 60c0e4c..04c88bd 100644 --- a/templates/sar_details.html +++ b/templates/sar_details.html @@ -75,11 +75,12 @@
{# Comment text #}
- -

{{ comment.text }}

-
- {% if is_logged_in %} + +

{{ comment.text }}

+
+ {% if current_user.id == comment.user_id or current_user.id == 1 or current_user.id == sar.SARCall.user_id %}