diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/report/update.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/update.html b/templates/web/base/report/update.html index 122dbfe3b..d8b3b5629 100644 --- a/templates/web/base/report/update.html +++ b/templates/web/base/report/update.html @@ -1,4 +1,4 @@ -[% can_moderate = permissions.moderate OR c.user.can_moderate(update, staff = permissions.moderate) %] +[% can_moderate = NOT update.whenanswered AND (permissions.moderate OR c.user.can_moderate(update, staff = permissions.moderate)) %] [% IF loop.first %] <section class="full-width"> <h4 class="static-with-rule">[% loc('Updates') %]</h4> |