From 2c76b3f0b285bb60d2d49a3c7c8d82ef1d7f50ab Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 24 Nov 2025 13:36:26 +0000 Subject: [PATCH] Edit core/templates/base.html via Editor --- core/templates/base.html | 44 ++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index f712934..67b9419 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -1,25 +1,39 @@ +{% load static %} - - {% block title %}Knowledge Base{% endblock %} - {% if project_description %} - - - - {% endif %} - {% if project_image_url %} - - - {% endif %} - {% load static %} - - {% block head %}{% endblock %} + + + + + {% if project_description %} + + + + {% endif %} + {% if project_image_url %} + + + {% endif %} + + + + + + + + + {% block title %}Inventory Dashboard!!!{% endblock %} + + {% block head %}{% endblock %} {% block content %}{% endblock %} - \ No newline at end of file +