aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/emails/alert-problem-council12
-rw-r--r--templates/emails/alert-problem-ward13
2 files changed, 25 insertions, 0 deletions
diff --git a/templates/emails/alert-problem-council b/templates/emails/alert-problem-council
new file mode 100644
index 000000000..fc6c38f86
--- /dev/null
+++ b/templates/emails/alert-problem-council
@@ -0,0 +1,12 @@
+Subject: New problems reported to <?=$values['area_name']?> on FixMyStreet
+
+The following new problems have been reported to <?=$values['area_name']?>:
+
+<?=$values['data']?>
+
+--
+The FixMyStreet team
+
+To stop receiving emails when there are new problems reported to
+<?=$values['area_name']?>, please follow this link:
+<?=$values['unsubscribe_url']?>
diff --git a/templates/emails/alert-problem-ward b/templates/emails/alert-problem-ward
new file mode 100644
index 000000000..75475061a
--- /dev/null
+++ b/templates/emails/alert-problem-ward
@@ -0,0 +1,13 @@
+Subject: New problems reported to <?=$values['area_name']?> within <?=$values['ward_name']?> on FixMyStreet
+
+The following new problems have been reported to <?=$values['area_name']?>
+within <?=$values['ward_name']?>:
+
+<?=$values['data']?>
+
+--
+The FixMyStreet team
+
+To stop receiving emails when there are new problems reported to
+<?=$values['area_name']?> within <?=$values['ward_name']?>,
+please follow this link: <?=$values['unsubscribe_url']?>