{% extends 'layout.html' %} {% load i18n %} {% block body_class %}login-page{% endblock %} {% block title %}{% trans 'Password reset' %} | {{ block.super }}{% endblock %} {% block content %}

{% trans "Password reset" %}

{% csrf_token %}

{% trans "Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one." %}

{% include 'partials/form_fields.html' with style='stacked' %}
{% endblock %}