{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Reset Password" %}{% endblock %} {% block content %} {% if request.POST %} {% if error %}
{{ error }}

{% else %}
{% trans "If your information were right, you've got an Email" %}

{% endif %} {% else %}
{% csrf_token %}

{% trans "Please enter your Email address" %}

{% if fail == True %} {% else %}
{% endif %}
{% endif %} {% endblock %}