You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
459 B

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