aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/admin/bodies.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/default/admin/bodies.html b/templates/web/default/admin/bodies.html
index 807ab5718..2caa412e9 100644
--- a/templates/web/default/admin/bodies.html
+++ b/templates/web/default/admin/bodies.html
@@ -31,7 +31,8 @@
[% IF admin_type == 'super' %]
<a href="[% c.uri_for( 'body', id ) %]">[% body.name %]</a>
[% ELSE %]
- <a href="[% c.uri_for( 'body', id ) %]">[% body.name %]</a>
+ [% body.name %]
+ [% END %]
[% IF c.cobrand.moniker != 'zurich' %]
[%- ', ' _ body.parent.name IF body.parent -%]
[% END %]