From 034a39363c1159118d16d5facd1a1d3198b68cea Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 21 Jun 2016 14:25:49 -0400 Subject: [PATCH] Improved contextual navigation highlighting --- netbox/templates/_base.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/netbox/templates/_base.html b/netbox/templates/_base.html index 59691b36e..ed1c8056f 100644 --- a/netbox/templates/_base.html +++ b/netbox/templates/_base.html @@ -1,4 +1,5 @@ {% load static from staticfiles %} +{% load helpers %} @@ -16,7 +17,7 @@