{% extends 'registration/base_registration.html' %} {% load i18n %} {% block card_header%}

Password Reset

{% endblock %} {% block card_body %}

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

{% csrf_token %} {% include 'registration/form.html' %}
{% endblock %}