diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-09-05 10:23:56 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-09-05 10:23:56 +0100 |
commit | 84de2f1d14530f00f5f5784d93fb9d691a6d39d1 (patch) | |
tree | 94b57b8e47fe52339b07ed20c25ccdf0a8ac7053 | |
parent | 98a27733d7b96efb9de28fcf21f637650ecbbb6b (diff) |
Refer to stashed variables more idiomatically
-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 %] |