aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-04-18 15:10:41 +0100
committerDave Arter <davea@mysociety.org>2018-04-26 12:16:40 +0100
commit56dca800a946f8cef66e9839590c5a9f37cad12f (patch)
treec23e5f61ef74048e9cec9123ba641fc13e32c89f /templates
parentea80da0bc3e3154614b139a0aacc5e15654a1e72 (diff)
Allow cobrand to provide extra label for report extra fields
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/report/new/category_extras_fields.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/report/new/category_extras_fields.html b/templates/web/base/report/new/category_extras_fields.html
index cf5cc37b4..c4456d04e 100644
--- a/templates/web/base/report/new/category_extras_fields.html
+++ b/templates/web/base/report/new/category_extras_fields.html
@@ -8,6 +8,7 @@
[% ELSIF meta.variable != 'false' || NOT hide_notices %]
<label for="[% cat_prefix %]form_[% meta_name %]">[% meta.description %]</label>
+ [% TRY %][% INCLUDE 'report/new/_category_extra_field_notice.html' %][% CATCH file %][% END %]
[% IF field_errors.$meta_name %]
<p class='form-error'>[% field_errors.$meta_name %]</p>
[% END -%]