{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Reset Password' %} | {{ block.super }}{% endblock %} {% block section_title %} {% trans "Forgotten your password?" %} {% endblock %} {% block content %}

{% trans "Enter your email address below, and we'll send instructions for setting a new one." %}

{% include "form_snippet.html" %} {% endblock %}