1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #8107: Correct template name

This commit is contained in:
jeremystretch
2021-12-18 13:52:39 -05:00
parent 7735a539e9
commit cf4a55bc2f
4 changed files with 3 additions and 3 deletions

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}