mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #803: Clarify that no child objects are deleted when deleting a prefix
This commit is contained in:
5
netbox/templates/ipam/prefix_delete.html
Normal file
5
netbox/templates/ipam/prefix_delete.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends 'utilities/obj_delete.html' %}
|
||||
|
||||
{% block message_extra %}
|
||||
<p>Note: This will <strong>not</strong> delete any child prefixes or IP addresses.</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user