{% extends "templates/lilcity/index.html" %} {% load static %} {% block content %}
Смена пароля
{% if validlink %}
{% csrf_token %}
Новый пароль
{% for error in form.new_password1.errors %}
{{ error }}
{% endfor %}
Повторите пароль
{% for error in form.new_password2.errors %}
{{ error }}
{% endfor %}
{% else %}

The password reset link was invalid, possibly because it has already been used. Please request a new password reset.

{% endif %}
{% endblock content %}