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