From c9d88841a843d50f2c7c38b1e7d2c7b7d84f8869 Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Tue, 2 Dec 2025 00:00:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20=D1=83?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=80=D0=B5=D0=B2=D1=88=D0=B8=D0=B9=20index.?= =?UTF-8?q?html=20-=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D1=83?= =?UTF-8?q?=D0=B5=D1=82=D1=81=D1=8F=20home.html=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D0=BE=D0=B9=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- myproject/templates/index.html | 97 ---------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 myproject/templates/index.html diff --git a/myproject/templates/index.html b/myproject/templates/index.html deleted file mode 100644 index e10fa6c..0000000 --- a/myproject/templates/index.html +++ /dev/null @@ -1,97 +0,0 @@ -{% extends 'base.html' %} - -{% block title %}Вход{% endblock %} - -{% block content %} -
-
-
- -
-

Добро пожаловать

-

Войдите в систему

-
- - - {% if messages %} - {% for message in messages %} - {% if 'danger' in message.tags or 'error' in message.tags %} - - {% endif %} - {% endfor %} - {% endif %} - - -
- {% csrf_token %} -
- - -
- {% include 'accounts/password_input.html' with field_name='password' field_label='Пароль' required=True %} - - - - - -
-
-
-
- - - - - -{% endblock %} \ No newline at end of file