@@ -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 %}
@@ -5,7 +5,7 @@
{% block title %}Bulk Add IP Addresses{% endblock %}
- {% include 'ipam/inc/ipadress_edit_header.html' with active_tab='bulk_add' %}
+ {% include 'ipam/inc/ipaddress_edit_header.html' with active_tab='bulk_add' %}
@@ -4,7 +4,7 @@
{% load helpers %}
- {% include 'ipam/inc/ipadress_edit_header.html' with active_tab='add' %}
+ {% include 'ipam/inc/ipaddress_edit_header.html' with active_tab='add' %}
{% endblock tabs %}