aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-10-03 10:45:35 +0100
committerStruan Donald <struan@exo.org.uk>2011-10-03 10:45:35 +0100
commita94131d666d71579d8ded5e9d489b687007febc9 (patch)
treed34bafe7857473550b162e067648aa03291b9755
parentd690a5b920d5da86381513561b4439f5c9903945 (diff)
vehicles not vehicle
-rw-r--r--templates/web/southampton/report/new/category.html2
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>