{% extends "base/base.html" %} {% load i18n static %} {% block title %}{% trans "Verification Email Sent" %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% trans "Verification Email Sent" %}

{% blocktrans %} We've sent you a verification email. Please check your inbox and click on the link to verify your email address. {% endblocktrans %}

{% blocktrans %} If you don't see the email, please check your spam folder or request a new verification email. {% endblocktrans %}

{% endblock %}