jeremystretch 4 лет назад
Родитель
Сommit
cf4a55bc2f

+ 0 - 0
netbox/templates/ipam/inc/ipadress_edit_header.html → netbox/templates/ipam/inc/ipaddress_edit_header.html


+ 1 - 1
netbox/templates/ipam/ipaddress_assign.html

@@ -7,7 +7,7 @@
 {% block title %}Assign an IP Address{% endblock title %}
 
 {% block tabs %}
-  {% include 'ipam/inc/ipadress_edit_header.html' with active_tab='assign' %}
+  {% include 'ipam/inc/ipaddress_edit_header.html' with active_tab='assign' %}
 {% endblock %}
 
 {% block form %}

+ 1 - 1
netbox/templates/ipam/ipaddress_bulk_add.html

@@ -5,7 +5,7 @@
 {% block title %}Bulk Add IP Addresses{% endblock %}
 
 {% block tabs %}
-  {% include 'ipam/inc/ipadress_edit_header.html' with active_tab='bulk_add' %}
+  {% include 'ipam/inc/ipaddress_edit_header.html' with active_tab='bulk_add' %}
 {% endblock %}
 
 {% block form %}

+ 1 - 1
netbox/templates/ipam/ipaddress_edit.html

@@ -4,7 +4,7 @@
 {% load helpers %}
 
 {% block tabs %}
-  {% include 'ipam/inc/ipadress_edit_header.html' with active_tab='add' %}
+  {% include 'ipam/inc/ipaddress_edit_header.html' with active_tab='add' %}
 {% endblock tabs %}
 
 {% block form %}