{% extends 'base.html' %} {% load i18n %} {% load static %} {% block title %}{% trans "Verify Your E-mail Address" %}{% endblock %} {% block base_top_nav %}{% endblock %} {% block dont_include_details %}
{% if user.is_authenticated %} {% include "account/snippets/already_logged_in.html" %} {% endif %}

{% trans "Verify Your E-mail Address" %}

{% 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 e-mail address. {% endblocktrans %}

{% blocktrans %}We have sent an e-mail to you for verification. Please click on the link inside this e-mail. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}

{% blocktrans %}Note: you can still change your e-mail address.{% endblocktrans %}

{% include 'include/global-short-footer.html' %}
{% endblock %}