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 @@