{% extends 'base.html' %} {% load crispy_forms_tags %} {% block title %}Mot de passe oublié ?{% endblock %} {% block content %}

{% block content_title %}Mot de passe oublié ?{% endblock %}

Entrez votre mail pour recevoir les instructions pour le réinitialiser.

{{ form | crispy }} {% csrf_token %}
{% endblock %}