blob: 965741eedaf1edf5714fb6e07fd0d567d9bcce29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[%
email_summary = "Click this link to change your " _ site_name _ " email address";
email_columns = 1;
PROCESS '_email_settings.html';
INCLUDE '_email_top.html';
%]
<th style="[% td_style %][% only_column_style %]">
<h1 style="[% h1_style %]">Change your [% site_name %] email address</h1>
<p style="[% p_style %]">Please click on the link below to confirm you wish to update your
email address on [% site_name %].</p>
<p style="margin: 20px auto; text-align: center">
<a style="[% button_style %]" href="[% c.uri_for_action( 'auth/token', token ) %]">Change my email address</a>
</p>
<p style="[% p_style %]">If you no longer wish to change your email address, just ignore this email.</p>
</th>
[% INCLUDE '_email_bottom.html' %]
|