diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:59:55 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:59:55 +0100 |
commit | 5993cf3aa36e3eab33ca438d8a22785e291583ef (patch) | |
tree | 817dda0a052b783e91fd31b38cf6ad0913de7df1 /templates | |
parent | d7d3047f1d0f656c38d531e2a6b4a9adac7a8768 (diff) |
fix broken (bad conflict fix) syntax in admin/bodies
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/admin/bodies.html | 3 |
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 %] |