{% extends 'base.html' %} {% load i18n %} {% load crispy_forms_tags %} {% block content %}

{% trans "Reset password" %}

{% trans "Enter the email of your account, you'll then recieve a reset link." %}

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