diff options
-rw-r--r-- | templates/web/zurich/admin/body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/body.html b/templates/web/zurich/admin/body.html index dd1b0b844..764ad9bd8 100644 --- a/templates/web/zurich/admin/body.html +++ b/templates/web/zurich/admin/body.html @@ -7,7 +7,7 @@ </p> [% END %] -[% IF admin_type == 'super' AND body.parent AND body.bodies # A division %] +[% IF admin_type == 'super' AND body.parent AND NOT body.parent.parent # A division %] <table cellspacing="0" cellpadding="2" border="1"> <tr> <th>[% loc('Category') %]</th> |