proxadmin/app/templates/auth/email/confirm.html

9 lines
455 B
HTML
Raw Normal View History

2017-03-08 13:53:09 -05:00
<p>Dear {{ user.name }},</p>
<p>Welcome to <b>Proxadmin</b>!</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>Datapoint.bg</p>
<p><small>Note: replies to this email address are not monitored.</small></p>