mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
6 lines
175 B
HTML
6 lines
175 B
HTML
{% extends 'utilities/obj_delete.html' %}
|
|
|
|
{% block message_extra %}
|
|
<p>Note: This will <strong>not</strong> delete any child prefixes or IP addresses.</p>
|
|
{% endblock %}
|