From cf4a55bc2f3af952aa4aa6e520dc4771cbdbc67b Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Sat, 18 Dec 2021 13:52:39 -0500 Subject: [PATCH] Closes #8107: Correct template name --- .../{ipadress_edit_header.html => ipaddress_edit_header.html} | 0 netbox/templates/ipam/ipaddress_assign.html | 2 +- netbox/templates/ipam/ipaddress_bulk_add.html | 2 +- netbox/templates/ipam/ipaddress_edit.html | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename netbox/templates/ipam/inc/{ipadress_edit_header.html => ipaddress_edit_header.html} (100%) diff --git a/netbox/templates/ipam/inc/ipadress_edit_header.html b/netbox/templates/ipam/inc/ipaddress_edit_header.html similarity index 100% rename from netbox/templates/ipam/inc/ipadress_edit_header.html rename to netbox/templates/ipam/inc/ipaddress_edit_header.html diff --git a/netbox/templates/ipam/ipaddress_assign.html b/netbox/templates/ipam/ipaddress_assign.html index 3965feebc..8187525db 100644 --- a/netbox/templates/ipam/ipaddress_assign.html +++ b/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 %} diff --git a/netbox/templates/ipam/ipaddress_bulk_add.html b/netbox/templates/ipam/ipaddress_bulk_add.html index 84e71b9fc..84c2a4d11 100644 --- a/netbox/templates/ipam/ipaddress_bulk_add.html +++ b/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 %} diff --git a/netbox/templates/ipam/ipaddress_edit.html b/netbox/templates/ipam/ipaddress_edit.html index e611aefbb..f4b21397a 100644 --- a/netbox/templates/ipam/ipaddress_edit.html +++ b/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 %}