diff options
-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> |