diff options
author | Dave Arter <davea@mysociety.org> | 2019-07-09 20:37:13 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-07-09 20:37:13 +0100 |
commit | 9787e2ffe0edec7a477d4dfdd1ff04719d7b7a96 (patch) | |
tree | 37f8aa29025f014a309742c78bbf979c58d50ff4 | |
parent | 0948389e5676300317bf49be14c0e7b8b48e8315 (diff) |
[Oxfordshire] Stop ‘relevant department’ being removed by JS
-rw-r--r-- | templates/web/oxfordshire/report/new/councils_text_all.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/oxfordshire/report/new/councils_text_all.html b/templates/web/oxfordshire/report/new/councils_text_all.html index 05bfbf0da..08852a772 100644 --- a/templates/web/oxfordshire/report/new/councils_text_all.html +++ b/templates/web/oxfordshire/report/new/councils_text_all.html @@ -1,6 +1,8 @@ <p> All the information you provide here will be sent to the - <strong>relevant department</strong>. + [% # NB this empty class attribute is so fixmystreet.update_public_councils_text + # doesn't clobber the text by matching on the <strong>. %] + <strong class="">relevant department</strong>. [% UNLESS non_public_categories.$category %] The summary and description will also be made public, plus your name if you give us permission. |