diff options
Diffstat (limited to 'templates/web/default/admin/body.html')
-rw-r--r-- | templates/web/default/admin/body.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/web/default/admin/body.html b/templates/web/default/admin/body.html index 4b397d045..120a07da9 100644 --- a/templates/web/default/admin/body.html +++ b/templates/web/default/admin/body.html @@ -6,8 +6,6 @@ </p> [% END %] -[% IF c.cobrand.moniker != 'zurich' OR admin_type == 'super' %] - <p> [% IF example_pc %] <a href="[% c.uri_for_email( '/around', { pc => example_pc } ) %]">[% tprintf( loc('Example postcode %s'), example_pc ) | html %]</a> | @@ -111,8 +109,6 @@ </div> </form> -[% END %] - <h2>[% loc('Edit body details') %]</h2> [% INCLUDE 'admin/body-form.html' %] |