File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 7
7
{% block title %}Assign an IP Address{% endblock title %}
8
8
9
9
{% 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' %}
11
11
{% endblock %}
12
12
13
13
{% block form %}
Original file line number Diff line number Diff line change 5
5
{% block title %}Bulk Add IP Addresses{% endblock %}
6
6
7
7
{% 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' %}
9
9
{% endblock %}
10
10
11
11
{% block form %}
Original file line number Diff line number Diff line change 4
4
{% load helpers %}
5
5
6
6
{% 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' %}
8
8
{% endblock tabs %}
9
9
10
10
{% block form %}
You can’t perform that action at this time.
0 commit comments