mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 03:32:53 -06:00
Closes #8107: Correct template name
This commit is contained in:
parent
7735a539e9
commit
cf4a55bc2f
@ -7,7 +7,7 @@
|
|||||||
{% block title %}Assign an IP Address{% endblock title %}
|
{% block title %}Assign an IP Address{% endblock title %}
|
||||||
|
|
||||||
{% block tabs %}
|
{% 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 %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block form %}
|
{% block form %}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
{% block title %}Bulk Add IP Addresses{% endblock %}
|
{% block title %}Bulk Add IP Addresses{% endblock %}
|
||||||
|
|
||||||
{% block tabs %}
|
{% 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 %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block form %}
|
{% block form %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{% load helpers %}
|
{% load helpers %}
|
||||||
|
|
||||||
{% block tabs %}
|
{% 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 %}
|
{% endblock tabs %}
|
||||||
|
|
||||||
{% block form %}
|
{% block form %}
|
||||||
|
Loading…
Reference in New Issue
Block a user