diff options
author | Struan Donald <struan@exo.org.uk> | 2011-12-09 15:10:12 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-12-09 15:10:12 +0000 |
commit | 09ec228782434bc2e7716e9ad14cf9fdb4a71ea3 (patch) | |
tree | f9fe415bb7dc7b44182341a871e65b2c9914b93b | |
parent | 409cdceb1f598fd6215c14e81b4248a414058c90 (diff) |
remove report and all report links
-rw-r--r-- | templates/web/emptyhomes/header.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/web/emptyhomes/header.html b/templates/web/emptyhomes/header.html index d7fbcb6af..d1289cf60 100644 --- a/templates/web/emptyhomes/header.html +++ b/templates/web/emptyhomes/header.html @@ -24,8 +24,6 @@ <div id="navigation"> <ul> - <li><a href="/">[% loc("Report a problem") %]</a></li> - <li><a href="/reports">[% loc("All reports") %]</a></li> <li><a href="/faq">[% loc("Help") %]</a></li> <li><a href="/about">[% loc('About us') %]</a></li> [% IF lang_code == 'en-gb' %] |