From a2c5dbccd30d40aec6e9aa4909ff8a0be7c47253 Mon Sep 17 00:00:00 2001 From: Horilla Date: Fri, 18 Oct 2024 16:03:31 +0530 Subject: [PATCH] [UPDT] TEMPLATES: Updated the index page by splitting the navbar --- templates/index.html | 109 ++----------------------------------------- 1 file changed, 4 insertions(+), 105 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2ac86d491..02be97f5c 100755 --- a/templates/index.html +++ b/templates/index.html @@ -137,27 +137,7 @@ {% if breadcrumbs %} - + {% include "base/navbar_components/breadcrumbs_view.html" %} {% endif %} @@ -186,98 +166,17 @@ -
-
- - - - -
-
+ {% include "base/navbar_components/language_settings.html" %} {% if perms.base.view_company %} -
- -
+ {% include "base/navbar_components/company_selection.html" %} {% endif %} - + {% include "navbar_component/profile_section.html" %}