aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2016-09-13 17:16:04 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-09-20 15:43:18 +0100
commit0177e3b22e01d0e819a7bd553a2756322af5131e (patch)
tree3a9fffea840a78be1ccf76b2ced179e480aecc30
parentaf7ebb7f0d1e916875582424ef2d44c8c7b07361 (diff)
No colon after custom question labels
Labels in category_extras.html now match the style of labels in the rest of the reporting form (ie: no closing colon).
-rw-r--r--templates/web/base/report/new/category_extras.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/new/category_extras.html b/templates/web/base/report/new/category_extras.html
index c416556e2..4d009f1ac 100644
--- a/templates/web/base/report/new/category_extras.html
+++ b/templates/web/base/report/new/category_extras.html
@@ -10,7 +10,7 @@
[%- FOR meta IN category_extras.$category %]
[%- meta_name = meta.code -%]
- <label for="form_[% meta_name %]">[% meta.description _ ':' %]</label>
+ <label for="form_[% meta_name %]">[% meta.description %]</label>
[% IF field_errors.$meta_name %]
<p class='form-error'>[% field_errors.$meta_name %]</p>
[% END -%]