From 0378e7e4840e46a3f781d0d6b5d93d52acc1909a Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Fri, 14 Jul 2023 02:10:40 +1000 Subject: [PATCH] check posts --- templates/base.html | 21 +++++++++++++++++++ templates/main-page.html | 45 +++++++++++----------------------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/templates/base.html b/templates/base.html index 705b51d..a12a0c8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,7 +22,28 @@ Board++ + +
{% block content %} {% endblock content %} +
+ diff --git a/templates/main-page.html b/templates/main-page.html index 90964b6..8a37c12 100644 --- a/templates/main-page.html +++ b/templates/main-page.html @@ -2,42 +2,21 @@ {% block content %} -
- {% include 'navbar.html' %} -
-
-
-
-
- -
-
-

- Dobro pozhalovat. AGAIN. -

-
+{% include 'navbar.html' %} +
+
+
+
+
+
+
+

+ Dobro pozhalovat. AGAIN. +

+
- - {% endblock content %}