aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default/alert-problem.html
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2016-08-01 12:03:45 +0100
committerDave Arter <davea@mysociety.org>2016-08-01 12:03:45 +0100
commit1af9684e54aedb7f9935cdc4d38a28c61ec7d1f5 (patch)
treed6b044f54e070f8dbf265083534e849eb9ad6ead /templates/email/default/alert-problem.html
parent14aaf6fafaa9aa8736f49851e95fa2c3c566c056 (diff)
parent27e0c74321f48f9997745bf00647e3958f34d8e2 (diff)
Merge branch '1281-html-emails'
Diffstat (limited to 'templates/email/default/alert-problem.html')
-rw-r--r--templates/email/default/alert-problem.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/email/default/alert-problem.html b/templates/email/default/alert-problem.html
new file mode 100644
index 000000000..bff65e57a
--- /dev/null
+++ b/templates/email/default/alert-problem.html
@@ -0,0 +1,19 @@
+[%
+
+email_summary = "New reports on " _ site_name;
+email_columns = 1;
+
+PROCESS '_email_settings.html';
+
+INCLUDE '_email_top.html';
+
+%]
+
+<th style="[% td_style %][% only_column_style %]">
+ <h1 style="[% h1_style %]">New reports on [% site_name %]</h1>
+ [% INCLUDE '_email_report_list.html' %]
+
+ <p style="[% p_style %]"><a href="[% unsubscribe_url %]">Unsubscribe from alerts about new [% site_name %] reports</a></p>
+</th>
+
+[% INCLUDE '_email_bottom.html' %]