dash-stack/dash/templates/profile/email/change_email.html

9 lines
531 B
HTML

<p>Dear {{ user.username }},</p>
<p>We have received a request to change your email.</p>
<p>To confirm your your new email <a href="{{ url_for('auth.confirm', token=token, _external=True) }}">click here</a>.</p>
<p>Your new email is {{ new_email }}</p>
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
<p>{{ url_for('profile.change_email', token=token, _external=True) }}</p>
<p>Sincerely,</p>
<p>The - Stack Team</p>
<p><small>Note: replies to this email address are not monitored.</small></p>