diff options
Diffstat (limited to 'templates/web/default/footer.html')
-rw-r--r-- | templates/web/default/footer.html | 2 |
1 files changed, 1 insertions, 1 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> |