{% extends "account/base.html" %} {% load i18n %} {% block page_title %}{{ SITE_DESC }} – {% trans "Verify Your E-mail Address" %}{% endblock %} {% block content %}
{# to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. #}

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

{% blocktrans %}We have sent an e-mail to you for verification. Follow the link provided to finalize the signup process.


Please contact us at {{ INFO_EMAIL }} if you do not receive it within a few minutes. {% endblocktrans %}

{% endblock %}