diff options
author | Struan Donald <struan@exo.org.uk> | 2011-10-03 10:45:35 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-10-03 10:45:35 +0100 |
commit | a94131d666d71579d8ded5e9d489b687007febc9 (patch) | |
tree | d34bafe7857473550b162e067648aa03291b9755 | |
parent | d690a5b920d5da86381513561b4439f5c9903945 (diff) |
vehicles not vehicle
-rw-r--r-- | templates/web/southampton/report/new/category.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/southampton/report/new/category.html b/templates/web/southampton/report/new/category.html index 871deab00..7c7748c78 100644 --- a/templates/web/southampton/report/new/category.html +++ b/templates/web/southampton/report/new/category.html @@ -3,7 +3,7 @@ <label for='form_category'>[% category_label | html %]</label> <select name='category' id='form_category'> [% FOREACH cat_op IN category_options %] - [% NEXT IF cat_op == 'Abandoned vehicle' %] + [% NEXT IF cat_op == 'Abandoned vehicles' %] <option value='[% cat_op | html %]'[% ' selected' IF report.category == cat_op %]>[% cat_op | html %]</option> [% END %] </select> |