diff options
author | Struan Donald <struan@exo.org.uk> | 2012-12-21 15:16:05 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-12-21 15:16:05 +0000 |
commit | 6d4d1a96b826be82bb8063de1eb1d0c9ba4f96ec (patch) | |
tree | 9ea1c1aa89edaae8c3af79c63f116368d26acb8b | |
parent | b65be12daaa658a0048ba435ad8d832d9a87be22 (diff) |
use correct path for form submission
-rw-r--r-- | templates/web/seesomething/admin/stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/seesomething/admin/stats.html b/templates/web/seesomething/admin/stats.html index 6b7a42205..b82edcc62 100644 --- a/templates/web/seesomething/admin/stats.html +++ b/templates/web/seesomething/admin/stats.html @@ -1,7 +1,7 @@ [% INCLUDE 'admin/header.html' title=loc('Reports') %] [% PROCESS 'admin/report_blocks.html' %] -<form method="post" action="[% c.uri_for('reports') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8" id="filter-form"> +<form method="post" action="[% c.uri_for('stats') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8" id="filter-form"> <label for="form_category">Transport Type: </label> <select name="category" id="form_category"> <option value="">Select</option> |