aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-07-25 15:02:51 +0100
committerDave Arter <davea@mysociety.org>2018-08-17 11:04:19 +0100
commita54f015bf0908f28aa5a528a4395062e51bca9fc (patch)
tree0207b61643a611f3f281463832632fc4e7c3f0e4 /templates
parent8cb425d738b1b7dbc60fbdeb3400185737d9a77b (diff)
[Lincolnshire] Send ‘report logged’ emails; don’t show FMS ID on confirmation page
Diffstat (limited to 'templates')
-rw-r--r--templates/email/lincolnshire/_council_reference.html4
-rw-r--r--templates/email/lincolnshire/_council_reference.txt2
-rw-r--r--templates/email/lincolnshire/confirm_report_sent.html1
-rw-r--r--templates/email/lincolnshire/confirm_report_sent.txt1
-rw-r--r--templates/web/lincolnshire/tokens/_confirm_problem_council_id.html2
5 files changed, 10 insertions, 0 deletions
diff --git a/templates/email/lincolnshire/_council_reference.html b/templates/email/lincolnshire/_council_reference.html
new file mode 100644
index 000000000..56944f954
--- /dev/null
+++ b/templates/email/lincolnshire/_council_reference.html
@@ -0,0 +1,4 @@
+[% IF problem.external_id ~%]
+<p style="[% p_style %]">The report's reference number is <strong>[% problem.external_id %]</strong>.
+ Please quote this if you need to contact the council about this report.</p>
+[%~ END %]
diff --git a/templates/email/lincolnshire/_council_reference.txt b/templates/email/lincolnshire/_council_reference.txt
new file mode 100644
index 000000000..3dd3f1e9f
--- /dev/null
+++ b/templates/email/lincolnshire/_council_reference.txt
@@ -0,0 +1,2 @@
+[% IF problem.external_id %]The report's reference number is [% problem.external_id %]. Please quote this if
+you need to contact the council about this report.[% END %]
diff --git a/templates/email/lincolnshire/confirm_report_sent.html b/templates/email/lincolnshire/confirm_report_sent.html
new file mode 100644
index 000000000..5a0c19f0d
--- /dev/null
+++ b/templates/email/lincolnshire/confirm_report_sent.html
@@ -0,0 +1 @@
+[% INCLUDE 'other-reported.html' %] \ No newline at end of file
diff --git a/templates/email/lincolnshire/confirm_report_sent.txt b/templates/email/lincolnshire/confirm_report_sent.txt
new file mode 100644
index 000000000..72fe01f6d
--- /dev/null
+++ b/templates/email/lincolnshire/confirm_report_sent.txt
@@ -0,0 +1 @@
+[% INCLUDE 'other-reported.txt' %] \ No newline at end of file
diff --git a/templates/web/lincolnshire/tokens/_confirm_problem_council_id.html b/templates/web/lincolnshire/tokens/_confirm_problem_council_id.html
new file mode 100644
index 000000000..458e37299
--- /dev/null
+++ b/templates/web/lincolnshire/tokens/_confirm_problem_council_id.html
@@ -0,0 +1,2 @@
+<h2>Your issue is on its way to the council.</h2>
+<p>You will receive an email with a reference number for this report soon, please quote it in any enquiries.</p>