diff --git a/netbox/templates/_base.html b/netbox/templates/_base.html index 59691b36ef..ed1c8056f7 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 @@