{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Verify Email Address" %}{% endblock %} {% block page_title %}{% trans "Verify Email Address" %}{% endblock %} {% block card %} {% url 'account_email' as email_url %}
{% blocktrans %}This part of the site requires us to verify that you are who you claim to be. For this purpose, we require that you verify ownership of your email address. {% endblocktrans %}
{% blocktrans %}We have sent an email to you for verification. Please click on the link inside this email. Please try again if you do not receive it within a few minutes.{% endblocktrans %}
{% endblock %}