{% extends "account/base_entrance.html" %} {% load i18n %} {% load allauth %} {% block head_title %}{{ error_title }}{% endblock head_title %} {% block content %}
{{ error_message }}
{% blocktrans with login_url=account_login_url %} Please check the email address and try again with a valid email address or another time. {% endblocktrans %}
{% endblock content %}