diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-04-16 18:19:24 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-04-16 18:19:24 +0100 |
commit | bc178c10b47e7c01bc7dda9c59f1ba6f93c6de53 (patch) | |
tree | 492a4368413d4e0f856eaee81548328878219259 /templates | |
parent | a95bf9181775d7e1ae0f6c58f5f7c50bd89f2d9b (diff) |
Fix map popups (AR1).
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/bromley/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/bromley/header.html b/templates/web/bromley/header.html index 527dd6b1f..50b0f8fa1 100644 --- a/templates/web/bromley/header.html +++ b/templates/web/bromley/header.html @@ -61,7 +61,7 @@ %]>[% loc("All reports") %]</[% c.req.uri.path == '/reports' ? 'span' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/alert' %]span[% ELSE %]a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]"[% END %]>[% loc("Local alerts") %]</[% c.req.uri.path == '/alert' ? 'span' : 'a' %]></li>[% - %]<li><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END + %]<li class="last"><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li> </ul> </div> |