{% extends 'layout.html' %} {% load i18n %} {% load static %} {% block content %}

{% trans 'E-mail Confirmation' %}

{% csrf_token %} {{ form.email.errors }}

{% trans 'Required to use the forums. A confirmation will be sent.' %}

{% endblock %}