diff --git a/netbox/templates/_base.html b/netbox/templates/_base.html index d3097fb68..570f73a4d 100644 --- a/netbox/templates/_base.html +++ b/netbox/templates/_base.html @@ -27,179 +27,179 @@ @@ -207,14 +207,14 @@ @@ -224,12 +224,12 @@ diff --git a/netbox/templates/dcim/console_connections_list.html b/netbox/templates/dcim/console_connections_list.html index bdb5da5d9..eb9531069 100644 --- a/netbox/templates/dcim/console_connections_list.html +++ b/netbox/templates/dcim/console_connections_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.change_consoleport %} - + Import connections {% endif %} diff --git a/netbox/templates/dcim/device_list.html b/netbox/templates/dcim/device_list.html index c358ef90f..7f13af650 100644 --- a/netbox/templates/dcim/device_list.html +++ b/netbox/templates/dcim/device_list.html @@ -11,7 +11,7 @@ Add a device - + Import devices {% endif %} diff --git a/netbox/templates/dcim/interface_connections_list.html b/netbox/templates/dcim/interface_connections_list.html index d27b31a61..56011af1d 100644 --- a/netbox/templates/dcim/interface_connections_list.html +++ b/netbox/templates/dcim/interface_connections_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.add_interfaceconnection %} - + Import connections {% endif %} diff --git a/netbox/templates/dcim/power_connections_list.html b/netbox/templates/dcim/power_connections_list.html index 03a2d13bb..55c9e2ce5 100644 --- a/netbox/templates/dcim/power_connections_list.html +++ b/netbox/templates/dcim/power_connections_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.change_powerport %} - + Import connections {% endif %} diff --git a/netbox/templates/dcim/rack_list.html b/netbox/templates/dcim/rack_list.html index ab97ff246..a07a7487f 100644 --- a/netbox/templates/dcim/rack_list.html +++ b/netbox/templates/dcim/rack_list.html @@ -11,7 +11,7 @@ Add a rack - + Import racks {% endif %} diff --git a/netbox/templates/dcim/site_list.html b/netbox/templates/dcim/site_list.html index a29e8b688..0bbdc7e21 100644 --- a/netbox/templates/dcim/site_list.html +++ b/netbox/templates/dcim/site_list.html @@ -10,7 +10,7 @@ Add a site - + Import sites {% endif %} diff --git a/netbox/templates/import_success.html b/netbox/templates/import_success.html index ec4dc1071..3056e39df 100644 --- a/netbox/templates/import_success.html +++ b/netbox/templates/import_success.html @@ -7,7 +7,7 @@

Import Completed

{% render_table table %} - + Import more {% endblock %} diff --git a/netbox/templates/inc/export_button.html b/netbox/templates/inc/export_button.html index 1d9651121..7b049b2c3 100644 --- a/netbox/templates/inc/export_button.html +++ b/netbox/templates/inc/export_button.html @@ -1,7 +1,7 @@ {% if export_templates %}
{% else %} - + Export {{ obj_type }} {% endif %} diff --git a/netbox/templates/ipam/ipaddress_list.html b/netbox/templates/ipam/ipaddress_list.html index f92892a3d..e1b78d0c6 100644 --- a/netbox/templates/ipam/ipaddress_list.html +++ b/netbox/templates/ipam/ipaddress_list.html @@ -12,7 +12,7 @@ Add an IP - + Import IPs {% endif %} diff --git a/netbox/templates/ipam/prefix_list.html b/netbox/templates/ipam/prefix_list.html index 7020e2eb8..2cbb92d66 100644 --- a/netbox/templates/ipam/prefix_list.html +++ b/netbox/templates/ipam/prefix_list.html @@ -12,7 +12,7 @@ Add a prefix - + Import prefixes {% endif %} diff --git a/netbox/templates/ipam/vlan_list.html b/netbox/templates/ipam/vlan_list.html index dfa15e56c..0933b79f8 100644 --- a/netbox/templates/ipam/vlan_list.html +++ b/netbox/templates/ipam/vlan_list.html @@ -12,7 +12,7 @@ Add a VLAN - + Import VLANs {% endif %} diff --git a/netbox/templates/ipam/vrf_list.html b/netbox/templates/ipam/vrf_list.html index 12b21d292..cebf9c40e 100644 --- a/netbox/templates/ipam/vrf_list.html +++ b/netbox/templates/ipam/vrf_list.html @@ -12,7 +12,7 @@ Add a VRF - + Import VRFs {% endif %} diff --git a/netbox/templates/secrets/secret_list.html b/netbox/templates/secrets/secret_list.html index 5035ef6c5..70bdcf1f1 100644 --- a/netbox/templates/secrets/secret_list.html +++ b/netbox/templates/secrets/secret_list.html @@ -7,7 +7,7 @@
{% if perms.secrets.add_secret %} - + Import secrets {% endif %}