diff options
author | Struan Donald <struan@exo.org.uk> | 2011-12-09 15:25:37 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-12-09 15:25:37 +0000 |
commit | ce38a66225e4c52946c79a15075abf761ec96359 (patch) | |
tree | 148d1779f8fee7e02936b207ea907ee42edb0627 | |
parent | eecdb5aa275c4906dfc1c7f761d7d0daa3245241 (diff) |
add the report link back in as otherwise no way to return to front page
-rw-r--r-- | templates/web/emptyhomes/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/emptyhomes/header.html b/templates/web/emptyhomes/header.html index d1289cf60..063cbba18 100644 --- a/templates/web/emptyhomes/header.html +++ b/templates/web/emptyhomes/header.html @@ -24,6 +24,7 @@ <div id="navigation"> <ul> + <li><a href="/">[% loc("Report a problem") %]</a></li> <li><a href="/faq">[% loc("Help") %]</a></li> <li><a href="/about">[% loc('About us') %]</a></li> [% IF lang_code == 'en-gb' %] |