{% extends "site_base.html" %} {% load url from future %} {% load i18n %} {% block metas %} {{ _('Verify Your E-mail Address') }} - {{ settings.SITE_TITLE }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% include "rforum/elements/forum-top.html" %}

{% blocktrans %}We have sent you an e-mail to {{ email }} for verification. Follow the link provided to finalize the signup process. If you do not receive it within a few minutes, contact us at {{ settings.SITE_CONTACT_EMAIL }}.{% endblocktrans %}

{% endblock %}