diff options
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/default/footer.html | 2 | ||||
-rw-r--r-- | templates/web/emptyhomes/header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html index 75a63708f..298a6a41d 100644 --- a/templates/web/default/footer.html +++ b/templates/web/default/footer.html @@ -3,7 +3,7 @@ <h2 class="v">[% loc('Navigation') %]</h2> <ul id="navigation"> -<li><a href="/" >[% loc("Report a problem") %]</a></li> +<li><a href="/report/new" >[% loc("Report a problem") %]</a></li> <li><a href="/reports" >[% loc("All reports") %]</a></li> <li><a href="/alert$params{pc}" >[% loc("Local alerts") %]</a></li> <li><a href="/faq" >[% loc("Help") %]</a></li> diff --git a/templates/web/emptyhomes/header.html b/templates/web/emptyhomes/header.html index a1c855ce1..647ba6a50 100644 --- a/templates/web/emptyhomes/header.html +++ b/templates/web/emptyhomes/header.html @@ -26,7 +26,7 @@ <div id="navigation"> <ul> - <li><a href="/" >[% loc("Report a problem") %]</a></li> + <li><a href="/report/new" >[% loc("Report a problem") %]</a></li> <li><a href="/reports" >[% loc("All reports") %]</a></li> <li><a href="/alert" >[% loc("Local alerts") %]</a></li> <li><a href="/faq" >[% loc("Help") %]</a></li> |