From 2c7a42e447ccc7828d92509b032af18472b69edb Mon Sep 17 00:00:00 2001 From: ARvind Tiwari Date: Wed, 26 Jul 2017 16:54:49 +0530 Subject: [PATCH] removed class url from tags which redirect to other page --- .../datacenterlight/includes/_navbar.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/includes/_navbar.html b/datacenterlight/templates/datacenterlight/includes/_navbar.html index e1ce56a1..84358b4d 100644 --- a/datacenterlight/templates/datacenterlight/includes/_navbar.html +++ b/datacenterlight/templates/datacenterlight/includes/_navbar.html @@ -12,11 +12,11 @@ {% if request.resolver_match.url_name == "index" or request.resolver_match.url_name == "whydatacenterlight" %} - - + + {% else %} - - + + {% endif %} @@ -33,7 +33,7 @@
  • - {% trans "Why Data Center Light?" %} + {% trans "Why Data Center Light?" %}
  • {% trans "Contact" %} @@ -51,9 +51,9 @@
    {% if LANGUAGE_CODE == 'en-us'%} - Deutsch + Deutsch {% else %} - English + English {% endif %}