{% extends "account/base.html" %} {% load i18n %} {% load account %} {% load url from future %} {% load django_bootstrap_breadcrumbs %} {% block head_title %}{% trans "Password Reset" %} ยท {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb "Password Recovery" "" %} {% endblock %} {% block content %}
{% trans "Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it." %}