diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-24 12:52:40 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-24 12:52:40 +0000 |
commit | 2942b053f5cd09d489f347d47ee2466e6627d58d (patch) | |
tree | 363a05cab1ab2b627a0db118a32e14f08c74e1b2 | |
parent | 37811f1facfdcf8ad39783770d250a8037736c90 (diff) |
only add Zurich main nav if not admin
-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 %] |