{% extends 'flask_user/emails/base_message.html' %} {% block message %}
{{ word('An attempt was made to register an account on %s using your e-mail address.' % (app_name,)) }}
{{ word('If you initiated this registration, please click on the link below to sign in to your existing account:') }}
{{ word('Sign in') }}.
{{ word('If you did not initiate this registration, you may safely ignore this email.') }}
{% endblock %}