aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-06-02 17:01:28 +0100
committerStruan Donald <struan@exo.org.uk>2011-06-02 17:01:28 +0100
commit0cb0809f96f6f0bfddb36e5b6d35e2a5e1acc44f (patch)
tree876e22b7d1505681b7b1c36ee08190b7b8014524
parente5f699b66af6d32c7b7c007945bec181cb14967c (diff)
header links to correct place
-rw-r--r--templates/web/default/admin/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/admin/header.html b/templates/web/default/admin/header.html
index cbc7fcec1..725cae9ef 100644
--- a/templates/web/default/admin/header.html
+++ b/templates/web/default/admin/header.html
@@ -10,11 +10,11 @@ dd { margin-left: 8em; }
<body>
<strong>[% loc('FixMyStreet admin:') %]</strong>
- <a href="">[% loc('Summary') %]</a>
+ <a href="[% c.uri_for( '' ) %]">[% loc('Summary') %]</a>
<a href="">[% loc('Council contacts') %]</a>
<a href="">[% loc('Search Reports') %]</a>
<a href="">[% loc('Timeline') %]</a>
- <a href="">[% loc('Survey Results') %]</a>
+ <a href="[% c.uri_for( 'questionnaire') %]">[% loc('Survey Results') %]</a>
<h1>[% title %]</h1>