{% extends "charme_base.html" %} {% load i18n %} {% block main %}

{% trans 'Username reminder' %}

{% trans "Forgotten your username? Enter your email address below, and we'll email you your username." %}

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

{{ form.email }}

{% endblock %}