aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-09-05 10:26:03 +0100
committerChris Mytton <self@hecticjeff.net>2013-09-05 10:26:03 +0100
commitc6b72c655bf3226b4defeac3c207ef73cd947b87 (patch)
tree826e385e579042252302147e19d950b2e1e0be31 /templates
parent013820d47d5c4f60880b1c0f06aa52345aab8b61 (diff)
parent84de2f1d14530f00f5f5784d93fb9d691a6d39d1 (diff)
Merge branch 'master' into zurich-mandatory-telephone-number
Diffstat (limited to 'templates')
-rw-r--r--templates/web/default/admin/bodies.html4
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 %]