diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-21 17:33:10 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-21 17:33:10 +0000 |
commit | 987858486d2f05a8ccab6d025d0125cf406fd1ff (patch) | |
tree | 7befa054bcccda3b1bb30d8ab75b408a00ba1f71 /templates | |
parent | e3330aeaa79c54ebb99cffd74bf917d2da0ffcb5 (diff) | |
parent | 2fd47143b83b6fb3a613a7c8cf60c91cc7aa5856 (diff) |
Merge branch 'FixaMinGata-cobrand-delivery-feb-2019' of git://github.com/Sambruk/fixmystreet
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/fixamingata/inactive-account.html | 26 | ||||
-rw-r--r-- | templates/email/fixamingata/inactive-account.txt | 17 |
2 files changed, 43 insertions, 0 deletions
diff --git a/templates/email/fixamingata/inactive-account.html b/templates/email/fixamingata/inactive-account.html new file mode 100644 index 000000000..20c309095 --- /dev/null +++ b/templates/email/fixamingata/inactive-account.html @@ -0,0 +1,26 @@ +[% + +email_summary = "Ditt inaktiva konto på " _ site_name; +email_columns = 1; + +PROCESS '_email_settings.html'; + +INCLUDE '_email_top.html'; + +%] + +<th style="[% td_style %][% only_column_style %]"> + <h1 style="[% h1_style %]">Ditt inaktiva konto</h1> + <p style="[% p_style %]"> +Ditt konto på [% site_name %] har varit inaktivt i [% email_from %] +[% nget('month', 'months', email_from) %], och vi tar automatiskt bort +konton som har varit inaktiva i [% anonymize_from %] +[% nget('month', 'months', anonymize_from) %]. Om du vill behålla ditt +konto, vänligen logga in för att hålla kontot aktivt: +</p> + <p style="margin: 20px auto; text-align: center"> + <a style="[% button_style %]" href="[% url %]">Besök [% site_name %]</a> + </p> + <p style="[% p_style %]">Tack för att du använder [% site_name %]!</p> + +[% INCLUDE '_email_bottom.html' %] diff --git a/templates/email/fixamingata/inactive-account.txt b/templates/email/fixamingata/inactive-account.txt new file mode 100644 index 000000000..b7b74c077 --- /dev/null +++ b/templates/email/fixamingata/inactive-account.txt @@ -0,0 +1,17 @@ +Subject: Ditt inaktiva konto på [% site_name %] + +Hej [% user.name %], + +Ditt konto på [% site_name %] har varit inaktivt i [% email_from %] +[% nget('month', 'months', email_from) %], och vi tar automatiskt bort +konton som har varit inaktiva i [% anonymize_from %] +[% nget('month', 'months', anonymize_from) %]. Om du vill behålla ditt +konto, vänligen logga in för att hålla kontot aktivt: + +[% url %] + +Tack för att du använder [% site_name %]! + +[% INCLUDE 'signature.txt' %] + +Det går inte att svara på detta mail. |