diff --git a/CineSync/static/css/includes/footer.css b/CineSync/static/css/includes/footer.css index e69de29..6630ae7 100644 --- a/CineSync/static/css/includes/footer.css +++ b/CineSync/static/css/includes/footer.css @@ -0,0 +1,13 @@ +.warning_text { + width: 40vw; +} +.content_footer_block { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +.footer { + margin-top: 5vw; +} + diff --git a/CineSync/static/css/users/login.css b/CineSync/static/css/users/login.css index 974a372..f56c4e2 100644 --- a/CineSync/static/css/users/login.css +++ b/CineSync/static/css/users/login.css @@ -8,6 +8,7 @@ margin-left: 30%; margin-right: 30%; margin-top: 10vw; + margin-bottom: 6vw; border-radius: 3vw; background-color: #eaeaea; padding-top: 2vw; diff --git a/CineSync/templates/base.html b/CineSync/templates/base.html index bd7858f..34ec0d0 100644 --- a/CineSync/templates/base.html +++ b/CineSync/templates/base.html @@ -7,7 +7,6 @@ {% block title %}{% endblock title %} - @@ -24,7 +23,7 @@
{% block content %} Контент не подвезлм :( {% endblock content %}
-{% include 'includes/footer.html' %} + \ No newline at end of file diff --git a/CineSync/templates/includes/footer.html b/CineSync/templates/includes/footer.html index e69de29..553c2b7 100644 --- a/CineSync/templates/includes/footer.html +++ b/CineSync/templates/includes/footer.html @@ -0,0 +1,11 @@ +{% load static %} + + \ No newline at end of file diff --git a/CineSync/templates/tickets/my_orders.html b/CineSync/templates/tickets/my_orders.html index 83d13d9..5c24dc2 100644 --- a/CineSync/templates/tickets/my_orders.html +++ b/CineSync/templates/tickets/my_orders.html @@ -7,10 +7,12 @@ {% block content %} -

Мои заказы

-
- {% for order in my_orders %} - {% include "includes/my_order_card.html" %} - {% endfor %} +
+

Мои заказы

+
+ {% for order in my_orders %} + {% include "includes/my_order_card.html" %} + {% endfor %} +
{% endblock %} \ No newline at end of file diff --git a/CineSync/templates/users/password_change.html b/CineSync/templates/users/password_change.html index 0b0b715..235da3e 100644 --- a/CineSync/templates/users/password_change.html +++ b/CineSync/templates/users/password_change.html @@ -9,4 +9,4 @@

Смена пароля

{% include "includes/form.html" with form=form %}
-{% endblock %} +{% endblock %} \ No newline at end of file