diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-04-27 18:43:13 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-04-27 18:43:13 +0100 |
commit | df4aaab5222604ff9803510f182701522882c309 (patch) | |
tree | de3558e36459de8b700d7d0b981af68ab1ef1c17 /templates | |
parent | 0246627c929f700a46c5065ac1f70fe14aa1ac03 (diff) |
Fix missing end label tag.
This was erroneously removed in 0fe0f7e1.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/report/new/category.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/report/new/category.html b/templates/web/base/report/new/category.html index a89a4d5e9..8cfbecdcd 100644 --- a/templates/web/base/report/new/category.html +++ b/templates/web/base/report/new/category.html @@ -5,6 +5,7 @@ END; %] <label for='form_category' id="form_category_label"> [%- loc('Category') %] + </label> <select name='category' id='form_category'> [% FOREACH cat_op IN category_options %] [% cat_op_lc = cat_op | lower %] |