diff options
-rw-r--r-- | templates/web/lichfield/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/lichfield/footer.html b/templates/web/lichfield/footer.html index 3ecbd6a9c..326bf917f 100644 --- a/templates/web/lichfield/footer.html +++ b/templates/web/lichfield/footer.html @@ -32,7 +32,7 @@ <h2>Navigation</h2> <ul> <li class="section">[% c.req.uri.path == '/' ? '<strong>Report a problem</strong>' : '<a href="/">Report a problem</a>' %]</li> - <li class="section">[% c.req.uri.path == '/reports/Barnet' ? '<strong>All reports</strong>' : '<a href="/reports/Barnet">All reports</a>' %]</li> + <li class="section">[% c.req.uri.path == '/reports/Lichfield' ? '<strong>All reports</strong>' : '<a href="/reports/Lichfield">All reports</a>' %]</li> <li class="section">[% c.req.uri.path == '/alert' ? '<strong>Local alerts</strong>' : '<a href="/alert">Local alerts</a>' %]</li> <li class="section">[% c.req.uri.path == '/faq' ? '<strong>Help</strong>' : '<a href="/faq">Help</a>' %]</li> <li class="section">[% c.req.uri.path == '/contact' ? '<strong>Contact</strong>' : '<a href="/contact">Contact</a>' %]</li> |