From 68b84788aee11fc21e63b883378e0833928b0a15 Mon Sep 17 00:00:00 2001 From: gzbender Date: Wed, 7 Aug 2019 20:12:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D0=B8=D1=87=D0=BD=D1=83=D1=8E=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20=D1=81=D1=82=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=86=D1=8B=20=D0=9B=D0=BE=D0=B3=D0=B8=D0=BD=20/=20?= =?UTF-8?q?=D0=A0=D0=B5=D0=B3=D0=B8=D1=81=D1=82=D1=80=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/auth/templates/auth/password_reset.html | 42 ++++++++++++++------ project/templates/blocks/user_menu.html | 3 +- 2 files changed, 31 insertions(+), 14 deletions(-) diff --git a/apps/auth/templates/auth/password_reset.html b/apps/auth/templates/auth/password_reset.html index a9a3af16..05377160 100644 --- a/apps/auth/templates/auth/password_reset.html +++ b/apps/auth/templates/auth/password_reset.html @@ -1,14 +1,32 @@ -{% extends "notification/email/_base.html" %} +{% extends "templates/lilcity/layer.html" %} {% load static %} -{% block content %} -

Для восстановления пароля нажмите кнопку ниже.

-
- Нажмите для восстановления -

Или скопируйте ссылку ниже, и вставьте её в адресную строку браузера.

-

{{ domain }}{% url 'lilcity:password_reset_confirm' uidb64=uid token=token %}

+{% block layer_body %} +
+ {% include "templates/blocks/header.html" with no_auth_btn=True %} +
+
+
+
Восстановление пароля
+
+ {% csrf_token %} +
+
+
ПОЧТА + Войти +
+
+ +
+
+
+
+
+ +
+
+
+
+
+
-{% endblock content %} +{% endblock layer_body %} diff --git a/project/templates/blocks/user_menu.html b/project/templates/blocks/user_menu.html index f1735fba..ae3b9a4b 100644 --- a/project/templates/blocks/user_menu.html +++ b/project/templates/blocks/user_menu.html @@ -48,7 +48,6 @@
{% else %} {% if not no_auth_btn %} - ВХОД / РЕГИСТРАЦИЯ + ВХОД / РЕГИСТРАЦИЯ {% endif %} - {% endif %}