From 62c96451d47dcc5a19c0f9754fe7b213be939855 Mon Sep 17 00:00:00 2001 From: Josako Date: Thu, 25 Apr 2024 16:12:39 +0200 Subject: [PATCH] improve header and navbar.html --- eveai_app/templates/base.html | 18 +++++++++++++++++- eveai_app/templates/navbar.html | 22 ++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/eveai_app/templates/base.html b/eveai_app/templates/base.html index 5918e5d..4a03a63 100644 --- a/eveai_app/templates/base.html +++ b/eveai_app/templates/base.html @@ -33,7 +33,23 @@ {%endif%} {%endwith%}
- {% block content %}{% endblock %} +
+
+
+ +
+
+ + {% block content %}{% endblock %} + +
+
+ +
+
+
+
+{# {% include 'footer.html' %}#} diff --git a/eveai_app/templates/navbar.html b/eveai_app/templates/navbar.html index 1ac83df..ac44fa4 100644 --- a/eveai_app/templates/navbar.html +++ b/eveai_app/templates/navbar.html @@ -33,6 +33,28 @@ +