aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default/_email_bottom.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/_email_bottom.html
parent14aaf6fafaa9aa8736f49851e95fa2c3c566c056 (diff)
parent27e0c74321f48f9997745bf00647e3958f34d8e2 (diff)
Merge branch '1281-html-emails'
Diffstat (limited to 'templates/email/default/_email_bottom.html')
-rw-r--r--templates/email/default/_email_bottom.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/email/default/_email_bottom.html b/templates/email/default/_email_bottom.html
new file mode 100644
index 000000000..5f5fdd2b0
--- /dev/null
+++ b/templates/email/default/_email_bottom.html
@@ -0,0 +1,17 @@
+ </tr>
+ <tr>
+ <th colspan="[% email_columns %]" style="[% td_style %][% hint_style %]" class="hint">
+ [% IF email_footer %]
+ [% email_footer %]
+ [% ELSE %]
+ This email was sent automatically, from an unmonitored email account. Please do not reply to it.
+ [% END %]
+ </th>
+ </tr>
+ </table>
+ </th>
+ <th></th>
+ </tr>
+ </table>
+</body>
+</html>