{% extends "account/base.html" %} {% load i18n a17t_tags %} {% load account %} {% block head_title %}{% trans "Password Reset" %}{% endblock %} {% block content %}
{% trans "Forgotten your password? Enter your email address below, and we'll send you an email to reset it." %}
{% endblock %}