confirm_email.txt 243 B

1234567891011
  1. {% set link = url_for('auth.email_confirmation', token=token, _external=True) %}
  2. {% trans user=user.username, link=link %}Dear {{ user }},
  3. Click the link below to confirm your email:
  4. {{ link }}
  5. Sincerely,
  6. The Administration
  7. {% endtrans %}