Skip to content

Commit cf4a55b

Browse files
committed
Closes #8107: Correct template name
1 parent 7735a53 commit cf4a55b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

netbox/templates/ipam/ipaddress_assign.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% block title %}Assign an IP Address{% endblock title %}
88

99
{% block tabs %}
10-
{% include 'ipam/inc/ipadress_edit_header.html' with active_tab='assign' %}
10+
{% include 'ipam/inc/ipaddress_edit_header.html' with active_tab='assign' %}
1111
{% endblock %}
1212

1313
{% block form %}

netbox/templates/ipam/ipaddress_bulk_add.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% block title %}Bulk Add IP Addresses{% endblock %}
66

77
{% block tabs %}
8-
{% include 'ipam/inc/ipadress_edit_header.html' with active_tab='bulk_add' %}
8+
{% include 'ipam/inc/ipaddress_edit_header.html' with active_tab='bulk_add' %}
99
{% endblock %}
1010

1111
{% block form %}

netbox/templates/ipam/ipaddress_edit.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% load helpers %}
55

66
{% block tabs %}
7-
{% include 'ipam/inc/ipadress_edit_header.html' with active_tab='add' %}
7+
{% include 'ipam/inc/ipaddress_edit_header.html' with active_tab='add' %}
88
{% endblock tabs %}
99

1010
{% block form %}

0 commit comments

Comments
 (0)