diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2015-02-04 14:52:12 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-10-06 09:09:22 +0100 |
commit | 258a42d8973680824ad49ec7f9d8eddb58424262 (patch) | |
tree | 01a53337bcc193da76ac32415d864773f08a4eb6 /templates | |
parent | de8ba7899dd4692cdf062f4b2735157f7fd14cb7 (diff) |
[Zurich] all admin users can see stats
Admin CR4 https://github.com/mysociety/FixMyStreet-Commercial/issues/673
seems like admin_pages should be able to generate the menu, but
this change also needs template change.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html index 0d06d2c53..20d41b8bd 100644 --- a/templates/web/zurich/header.html +++ b/templates/web/zurich/header.html @@ -68,10 +68,10 @@ <li [% IF pagename == 'users' OR pagename == 'user_edit' %]class="current"[% END %]> <a href="/admin/users">[% loc('Users') %]</a> </li> + [% END %] <li [% IF pagename == 'stats' %]class="current"[% END %]> <a href="/admin/stats">[% loc('Stats') %]</a> </li> - [% END %] <li class="search-box"> <form method="get" action="[% c.uri_for('reports') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8"> <input type="text" name="search" size="20" id="search" placeholder="[% loc('Search reports') %]"> |