diff --git a/apps/auth/templates/auth/password_reset_confirm.html b/apps/auth/templates/auth/password_reset_confirm.html index ce2bfaba..4c61eece 100644 --- a/apps/auth/templates/auth/password_reset_confirm.html +++ b/apps/auth/templates/auth/password_reset_confirm.html @@ -1,13 +1,38 @@ +{% extends "templates/lilcity/index.html" %} +{% load static %} + +{% block content %} {% if validlink %} -

Change password

-
- {% csrf_token %} - {{ form.as_p }} - -
-{% else %} -

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

-{% endif %} \ No newline at end of file +
+
+
+
Смена пароля
+
+
+
+
+
+
+ {% csrf_token %} +
+
Новый пароль
+
+ +
+
+
+
Повторите пароль
+
+ +
+
+ +
+ {% else %} +

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

+ {% endif %} +
+
+{% endblock content %} \ No newline at end of file