{% extends "barest_base.html" %} {% load static %} {% load i18n %} {% block title %}Verification email sent ยท {{ site_title }}{% endblock %} {% block content %}
{# the cyan background #}
{# the centered box #}
{# the logo #} Bugsink logo
{% translate "A verification email has been sent to your email address. Please verify your email address to complete the registration process." %}
{% endblock %}