diff options
-rw-r--r-- | templates/web/default/admin/bodies.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/admin/bodies.html b/templates/web/default/admin/bodies.html index 08747b61b..38463aa60 100644 --- a/templates/web/default/admin/bodies.html +++ b/templates/web/default/admin/bodies.html @@ -48,8 +48,8 @@ [%- END %] </table> -[% IF c.cobrand.moniker == 'zurich' %] - [% IF c.admin_type == 'super' %] +[% IF cobrand.moniker == 'zurich' %] + [% IF admin_type == 'super' %] <h2>[% loc('Add body') %]</h2> [% INCLUDE 'admin/body-form.html', body='' %] [% END %] |