{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "reset_password" %}{% endblock %} {% block content %} {% if token_error %}
{{ error }}
{% elif request.POST and not error %}
{% trans "password_change_successful" %} {% trans "redirect_within_5_sec_if_not_click" %} {% trans "here" %}
{% else %}
{% csrf_token %}

{% trans "enter_new_password_for_user" %} {{ username }}

{% endif %} {% endblock %}