From 3b7183fc63484347fdf47b50e477048a77022520 Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 24 Dec 2019 10:49:12 +0530 Subject: [PATCH] Set js in correct file --- datacenterlight/templates/datacenterlight/cms/navbar.html | 4 +++- .../templates/datacenterlight/includes/_navbar.html | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/cms/navbar.html b/datacenterlight/templates/datacenterlight/cms/navbar.html index 88bf8fdd..f33c6993 100644 --- a/datacenterlight/templates/datacenterlight/cms/navbar.html +++ b/datacenterlight/templates/datacenterlight/cms/navbar.html @@ -1,6 +1,8 @@ {% load static i18n custom_tags cms_tags %} {% get_current_language as LANGUAGE_CODE %} - +{% if instance.show_non_transparent_navbar_always %} + +{% endif %}