aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/bodies.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/admin/bodies.html')
-rw-r--r--templates/web/base/admin/bodies.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/bodies.html b/templates/web/base/admin/bodies.html
index 4c95423c0..4b4fc83ef 100644
--- a/templates/web/base/admin/bodies.html
+++ b/templates/web/base/admin/bodies.html
@@ -69,7 +69,7 @@
</table>
[% END %]
-[% IF c.cobrand.moniker != 'zurich' OR admin_type == 'super' %]
+[% IF (c.cobrand.moniker == 'zurich' AND admin_type == 'super') OR c.user.is_superuser %]
<div class="admin-box">
<h2>[% loc('Add body') %]</h2>
[% INCLUDE 'admin/body-form.html', body='' %]