{% extends "barest_base.html" %} {% load static %} {% load i18n %} {% block title %}Confirm email ยท {{ site_title }}{% endblock %} {% block content %}
{# the cyan background #}
{# the centered box #}
{# the logo #} Bugsink logo
{% translate "Confirm your email address by clicking the button below." %}
{% csrf_token %}
{% endblock %}