diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-13 10:28:52 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-27 11:40:40 +0000 |
commit | ae88108b6a176744fef215093bcec835b323e5e6 (patch) | |
tree | eedeac40fd753fbb1619959d464655275d027d05 /templates | |
parent | aa50b33865148d587e70218d0f8bff9c321cbeb8 (diff) |
[UK] Council reference in .com confirm sent email.
Diffstat (limited to 'templates')
4 files changed, 10 insertions, 0 deletions
diff --git a/templates/email/fixmystreet.com/_council_reference.html b/templates/email/fixmystreet.com/_council_reference.html new file mode 100644 index 000000000..7a37c4454 --- /dev/null +++ b/templates/email/fixmystreet.com/_council_reference.html @@ -0,0 +1,4 @@ +[% IF sent_confirm_id_ref ~%] +<p style="[% p_style %]">The report's reference number is <strong>[% sent_confirm_id_ref %]</strong>. + Please quote this if you need to contact the council about this report.</p> +[%~ END %] diff --git a/templates/email/fixmystreet.com/_council_reference.txt b/templates/email/fixmystreet.com/_council_reference.txt new file mode 100644 index 000000000..5eac50791 --- /dev/null +++ b/templates/email/fixmystreet.com/_council_reference.txt @@ -0,0 +1,4 @@ +[% IF sent_confirm_id_ref ~%] +The report's reference number is [% sent_confirm_id_ref %]. Please quote this +if you need to contact the council about this report. +[%~ END %] diff --git a/templates/email/fixmystreet.com/confirm_report_sent.html b/templates/email/fixmystreet.com/confirm_report_sent.html new file mode 100644 index 000000000..5a0c19f0d --- /dev/null +++ b/templates/email/fixmystreet.com/confirm_report_sent.html @@ -0,0 +1 @@ +[% INCLUDE 'other-reported.html' %]
\ No newline at end of file diff --git a/templates/email/fixmystreet.com/confirm_report_sent.txt b/templates/email/fixmystreet.com/confirm_report_sent.txt new file mode 100644 index 000000000..3d566f89b --- /dev/null +++ b/templates/email/fixmystreet.com/confirm_report_sent.txt @@ -0,0 +1 @@ +[% INCLUDE 'other-reported.txt' %] |