{% extends 'layout.html' %} {% load i18n %} {% block title %}{% trans "Reset Password" %}{% endblock %} {% block content %}

{% trans "Reset Password" %}

{% if message %}

{{ message }}

{% endif %}

{% trans "A link to reset your password will be sent to your email address" %}

{% csrf_token %}
{% if error %}

{{ error }}

{% endif %}
{% endblock %}