From 00bf8972a114f9b77df5ac8b7df2973ce9a07dc1 Mon Sep 17 00:00:00 2001 From: ayxan Date: Thu, 10 Nov 2022 09:51:05 +0400 Subject: [PATCH] Edited static files --- src/templates/base.html | 6 +++--- src/templates/components/navbar.html | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index 16e5d8f..ae50fc5 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -10,16 +10,16 @@ - + {% block title %}{% endblock title %} {% include "components/navbar.html" %} - +
{% block content %}{% endblock content %}
- + {% include "components/footer.html" %} diff --git a/src/templates/components/navbar.html b/src/templates/components/navbar.html index 1be78ee..c052d79 100644 --- a/src/templates/components/navbar.html +++ b/src/templates/components/navbar.html @@ -8,9 +8,7 @@ - +