nopaque/app/templates/auth/email/confirm.html.j2
2019-12-02 12:03:50 +01:00

8 lines
427 B
Django/Jinja

<p>Dear {{ user.username }},</p>
<p>To confirm your account please <a href="{{ url_for('auth.confirm', token=token, _external=True) }}">click here</a>.</p>
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
<p>{{ url_for('auth.confirm', token=token, _external=True) }}</p>
<p>Sincerely,</p>
<p>The nopaque Team</p>
<p><small>Note: replies to this email address are not monitored.</small></p>