diff options
-rw-r--r-- | templates/web/zurich/header.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html index 77dd3cd63..52a321eb3 100644 --- a/templates/web/zurich/header.html +++ b/templates/web/zurich/header.html @@ -80,7 +80,9 @@ [% END %] <div class="content[% " $mainclass" | html IF mainclass %]" role="main"> - [% INCLUDE 'nav_over_content.html' %] + [% IF NOT admin %] + [% INCLUDE 'nav_over_content.html' %] + [% END %] [% pre_container_extra %] |