From fe57c41691f7a08c45c818752c3ec7957fe96927 Mon Sep 17 00:00:00 2001 From: gzbender Date: Thu, 8 Aug 2019 20:48:57 +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/login.html | 2 +- apps/auth/templates/auth/password_reset.html | 2 +- apps/auth/templates/auth/registration-learner.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/auth/templates/auth/login.html b/apps/auth/templates/auth/login.html index 6db81cb1..861ed328 100644 --- a/apps/auth/templates/auth/login.html +++ b/apps/auth/templates/auth/login.html @@ -5,7 +5,7 @@ {% include "templates/blocks/header.html" with no_auth_btn=True %}
-
+
Авторизация
{% csrf_token %} diff --git a/apps/auth/templates/auth/password_reset.html b/apps/auth/templates/auth/password_reset.html index 05377160..8563d244 100644 --- a/apps/auth/templates/auth/password_reset.html +++ b/apps/auth/templates/auth/password_reset.html @@ -5,7 +5,7 @@ {% include "templates/blocks/header.html" with no_auth_btn=True %}
-
+
Восстановление пароля
{% csrf_token %} diff --git a/apps/auth/templates/auth/registration-learner.html b/apps/auth/templates/auth/registration-learner.html index fd223391..46480246 100644 --- a/apps/auth/templates/auth/registration-learner.html +++ b/apps/auth/templates/auth/registration-learner.html @@ -5,7 +5,7 @@ {% include "templates/blocks/header.html" with no_auth_btn=True %}
-
+
Регистрация
{% csrf_token %}