aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/admin/header.html')
-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>