{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Verify Email Address" %}{% endblock %} {% block page_title %}{% trans "Verify Email Address" %}{% endblock %} {% block card %}
{% blocktrans %}We have sent an email to you for verification. Follow the link provided to finalize the signup process. Please try to log in again if you do not receive it within a few minutes.{% endblocktrans %}
{% endblock %}