diff --git a/netbox/templates/ipam/ipaddress_assign.html b/netbox/templates/ipam/ipaddress_assign.html deleted file mode 100644 index 02eebf4e2..000000000 --- a/netbox/templates/ipam/ipaddress_assign.html +++ /dev/null @@ -1,70 +0,0 @@ -{% extends '_base.html' %} -{% load static from staticfiles %} -{% load form_helpers %} - -{% block content %} -
-{% endblock %} - -{% block javascript %} - -{% endblock %} diff --git a/netbox/templates/ipam/ipaddress_unassign.html b/netbox/templates/ipam/ipaddress_unassign.html deleted file mode 100644 index 5cd83abb9..000000000 --- a/netbox/templates/ipam/ipaddress_unassign.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends 'utilities/confirmation_form.html' %} -{% load form_helpers %} - -{% block title %}Remove {{ ipaddress }} from {{ ipaddress.interface }}?{% endblock %} - -{% block message %} -Are you sure you want to remove this IP address from {{ ipaddress.interface.device }} {{ ipaddress.interface }}?
-{% endblock %}