1234567891011 |
- {% set link = url_for('auth.email_confirmation', token=token, _external=True) %}
- {% trans user=user.username, link=link %}Dear {{ user }},
- Click the link below to confirm your email:
- {{ link }}
- Sincerely,
- The Administration
- {% endtrans %}
|