From 36fd7913fe5413c47526a4445bcd7a46c4a08f7b Mon Sep 17 00:00:00 2001 From: Geetha Mondi Date: Wed, 28 Jun 2017 13:03:32 +0530 Subject: [PATCH] Added nav dropdown and added OR condition for Whydatacenterlight page --- .../datacenterlight/includes/_navbar.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/includes/_navbar.html b/datacenterlight/templates/datacenterlight/includes/_navbar.html index 0d2f43f1..6a7e4002 100644 --- a/datacenterlight/templates/datacenterlight/includes/_navbar.html +++ b/datacenterlight/templates/datacenterlight/includes/_navbar.html @@ -11,7 +11,7 @@ - {% if request.resolver_match.url_name == "index" %} + {% if request.resolver_match.url_name == "index" or request.resolver_match.url_name == "whydatacenterlight" %} {% else %} @@ -22,18 +22,18 @@ - \ No newline at end of file +