diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-23 11:23:13 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-07-31 22:13:39 +0100 |
commit | 6c472bbf73bc3de5124a7eccd220a2a6a6b181d6 (patch) | |
tree | 85720f84059ecb2a2233bdff6951aacbb4feae9a | |
parent | bd42d6a1fcb6c8e6d89413e0ee22617625d95bad (diff) |
[Zurich] Fix admin search box on some admin pages.
-rw-r--r-- | templates/web/zurich/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html index 347bf6b70..49901ebb9 100644 --- a/templates/web/zurich/header.html +++ b/templates/web/zurich/header.html @@ -66,7 +66,7 @@ </li> [% END %] <li class="search-box"> - <form method="get" action="[% c.uri_for('reports') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8"> + <form method="get" action="[% c.uri_for_action('/admin/reports/index') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8"> <input type="text" name="search" size="20" id="search" placeholder="[% loc('Search reports') %]"> </form> |