From 64ad02cb7141400699b49e6dd468eb12b8de95ec Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Thu, 1 Feb 2018 17:32:37 +0300 Subject: [PATCH] Update password reser confirm --- .../auth/password_reset_confirm.html | 49 ++++++++++++++----- 1 file changed, 37 insertions(+), 12 deletions(-) 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