{% extends 'base.html' %} {% load crispy_forms_tags i18n widget_tweaks %} {% block head_title %}{% trans "Reset Password" %}{% endblock %} {% block content %}

{% trans "Reset Password" %}

{% trans "Enter your email address and we'll send you a link to reset your password." %}

{% csrf_token %} {{ form.non_field_errors }}
{% endblock %}