{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Verify Your Email Address" %}{% endblock %} {% block content %}
{% blocktrans %}This part of the site requires us to verify that you are who you claim to be. We therefore require you to verify ownership of your email address. {% endblocktrans %}
{% blocktrans %}A verification email has been sent to your email address. Follow the link provided to activate your account. Contact us if you do not receive it within a few minutes.{% endblocktrans %}
{% blocktrans %}Note: you can still change your email address.{% endblocktrans %}
{% endblock %}