diff --git a/myproject/templates/index.html b/myproject/templates/index.html index 02b79c2..e10fa6c 100644 --- a/myproject/templates/index.html +++ b/myproject/templates/index.html @@ -3,41 +3,46 @@ {% block title %}Вход{% endblock %} {% block content %} - - -
- {% if messages %} - {% for message in messages %} - {% if 'danger' in message.tags or 'error' in message.tags %} - +
+
+
+ +
+

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

+

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

+
+ + + {% if messages %} + {% for message in messages %} + {% if 'danger' in message.tags or 'error' in message.tags %} + + {% endif %} + {% endfor %} {% endif %} - {% endfor %} - {% endif %} -
-

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

- - -
- -
-
- {% csrf_token %} -
- - -
- {% include 'accounts/password_input.html' with field_name='password' field_label='Пароль' required=True %} - - - - -
+ +
+ {% csrf_token %} +
+ + +
+ {% include 'accounts/password_input.html' with field_name='password' field_label='Пароль' required=True %} + + + + + +
+
@@ -68,7 +73,6 @@