From 376c531fe44d3bd377f54c8ef7d89558b39e12c9 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 7 Feb 2018 13:35:19 -0500 Subject: [PATCH] Template libraries cleanup --- netbox/templates/circuits/circuit_list.html | 1 - netbox/templates/circuits/circuittype_list.html | 1 - netbox/templates/dcim/device_list.html | 1 - netbox/templates/dcim/devicerole_list.html | 1 - netbox/templates/dcim/devicetype_list.html | 1 - netbox/templates/dcim/manufacturer_list.html | 1 - netbox/templates/dcim/platform_list.html | 1 - netbox/templates/dcim/rack_list.html | 1 - netbox/templates/dcim/rackgroup_list.html | 1 - netbox/templates/dcim/region_list.html | 1 - netbox/templates/ipam/aggregate_list.html | 1 - netbox/templates/ipam/ipaddress_list.html | 1 - netbox/templates/ipam/prefix_list.html | 1 - netbox/templates/ipam/rir_list.html | 1 - netbox/templates/ipam/role_list.html | 1 - netbox/templates/ipam/vlan_list.html | 2 -- netbox/templates/ipam/vlangroup_list.html | 1 - netbox/templates/ipam/vrf_list.html | 3 +-- netbox/templates/secrets/secret_list.html | 1 - netbox/templates/secrets/secretrole_list.html | 1 - netbox/templates/tenancy/tenant_list.html | 1 - netbox/templates/tenancy/tenantgroup_list.html | 1 - netbox/templates/virtualization/clustergroup_list.html | 1 - netbox/templates/virtualization/clustertype_list.html | 1 - 24 files changed, 1 insertion(+), 26 deletions(-) diff --git a/netbox/templates/circuits/circuit_list.html b/netbox/templates/circuits/circuit_list.html index de9922313..f05552f7d 100644 --- a/netbox/templates/circuits/circuit_list.html +++ b/netbox/templates/circuits/circuit_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/circuits/circuittype_list.html b/netbox/templates/circuits/circuittype_list.html index af48ecd0c..2b9469042 100644 --- a/netbox/templates/circuits/circuittype_list.html +++ b/netbox/templates/circuits/circuittype_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/dcim/device_list.html b/netbox/templates/dcim/device_list.html index cccdfe4c0..f96b27309 100644 --- a/netbox/templates/dcim/device_list.html +++ b/netbox/templates/dcim/device_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/dcim/devicerole_list.html b/netbox/templates/dcim/devicerole_list.html index cf58d2b1d..6dd95b86d 100644 --- a/netbox/templates/dcim/devicerole_list.html +++ b/netbox/templates/dcim/devicerole_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/dcim/devicetype_list.html b/netbox/templates/dcim/devicetype_list.html index e0f365786..91745082a 100644 --- a/netbox/templates/dcim/devicetype_list.html +++ b/netbox/templates/dcim/devicetype_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/dcim/manufacturer_list.html b/netbox/templates/dcim/manufacturer_list.html index 0ca9c40b3..09b06ef29 100644 --- a/netbox/templates/dcim/manufacturer_list.html +++ b/netbox/templates/dcim/manufacturer_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/dcim/platform_list.html b/netbox/templates/dcim/platform_list.html index 66dce9252..123c863ea 100644 --- a/netbox/templates/dcim/platform_list.html +++ b/netbox/templates/dcim/platform_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/dcim/rack_list.html b/netbox/templates/dcim/rack_list.html index eb00800ec..a612ada57 100644 --- a/netbox/templates/dcim/rack_list.html +++ b/netbox/templates/dcim/rack_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/dcim/rackgroup_list.html b/netbox/templates/dcim/rackgroup_list.html index 51989db0f..c16b1605f 100644 --- a/netbox/templates/dcim/rackgroup_list.html +++ b/netbox/templates/dcim/rackgroup_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/dcim/region_list.html b/netbox/templates/dcim/region_list.html index d6b9f1c5a..0f6d39c15 100644 --- a/netbox/templates/dcim/region_list.html +++ b/netbox/templates/dcim/region_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/ipam/aggregate_list.html b/netbox/templates/ipam/aggregate_list.html index 7b15479f6..73da9695d 100644 --- a/netbox/templates/ipam/aggregate_list.html +++ b/netbox/templates/ipam/aggregate_list.html @@ -1,7 +1,6 @@ {% extends '_base.html' %} {% load buttons %} {% load humanize %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/ipam/ipaddress_list.html b/netbox/templates/ipam/ipaddress_list.html index 9e378de54..5f8fdeb88 100644 --- a/netbox/templates/ipam/ipaddress_list.html +++ b/netbox/templates/ipam/ipaddress_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/ipam/prefix_list.html b/netbox/templates/ipam/prefix_list.html index 8e6d28d49..d65904595 100644 --- a/netbox/templates/ipam/prefix_list.html +++ b/netbox/templates/ipam/prefix_list.html @@ -1,7 +1,6 @@ {% extends '_base.html' %} {% load buttons %} {% load helpers %} -{% load form_helpers %} {% block content %}
diff --git a/netbox/templates/ipam/rir_list.html b/netbox/templates/ipam/rir_list.html index 40a21fc25..67356b3cb 100644 --- a/netbox/templates/ipam/rir_list.html +++ b/netbox/templates/ipam/rir_list.html @@ -1,7 +1,6 @@ {% extends '_base.html' %} {% load buttons %} {% load humanize %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/ipam/role_list.html b/netbox/templates/ipam/role_list.html index bc493e15b..cd6fcd7aa 100644 --- a/netbox/templates/ipam/role_list.html +++ b/netbox/templates/ipam/role_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/ipam/vlan_list.html b/netbox/templates/ipam/vlan_list.html index 29fc6a79d..24e12595b 100644 --- a/netbox/templates/ipam/vlan_list.html +++ b/netbox/templates/ipam/vlan_list.html @@ -1,7 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} -{% load form_helpers %} {% block content %}
diff --git a/netbox/templates/ipam/vlangroup_list.html b/netbox/templates/ipam/vlangroup_list.html index 6eb63afdc..9333f95c7 100644 --- a/netbox/templates/ipam/vlangroup_list.html +++ b/netbox/templates/ipam/vlangroup_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/ipam/vrf_list.html b/netbox/templates/ipam/vrf_list.html index 479947554..23bd16495 100644 --- a/netbox/templates/ipam/vrf_list.html +++ b/netbox/templates/ipam/vrf_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} -{% load helpers %} -{% load form_helpers %} +{% load buttons %} {% block content %}
diff --git a/netbox/templates/secrets/secret_list.html b/netbox/templates/secrets/secret_list.html index 4e2aa9cb9..6dd92cd89 100644 --- a/netbox/templates/secrets/secret_list.html +++ b/netbox/templates/secrets/secret_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/secrets/secretrole_list.html b/netbox/templates/secrets/secretrole_list.html index c76c8f748..e968630f6 100644 --- a/netbox/templates/secrets/secretrole_list.html +++ b/netbox/templates/secrets/secretrole_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/tenancy/tenant_list.html b/netbox/templates/tenancy/tenant_list.html index c2181f1b8..e6fd61c37 100644 --- a/netbox/templates/tenancy/tenant_list.html +++ b/netbox/templates/tenancy/tenant_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/tenancy/tenantgroup_list.html b/netbox/templates/tenancy/tenantgroup_list.html index 26bbb86bd..a62594994 100644 --- a/netbox/templates/tenancy/tenantgroup_list.html +++ b/netbox/templates/tenancy/tenantgroup_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/virtualization/clustergroup_list.html b/netbox/templates/virtualization/clustergroup_list.html index a5d042f65..d724c2c43 100644 --- a/netbox/templates/virtualization/clustergroup_list.html +++ b/netbox/templates/virtualization/clustergroup_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}
diff --git a/netbox/templates/virtualization/clustertype_list.html b/netbox/templates/virtualization/clustertype_list.html index b05ae9afe..37f8cc31b 100644 --- a/netbox/templates/virtualization/clustertype_list.html +++ b/netbox/templates/virtualization/clustertype_list.html @@ -1,6 +1,5 @@ {% extends '_base.html' %} {% load buttons %} -{% load helpers %} {% block content %}