1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Files
netbox-community-netbox/netbox/templates/utilities/object_set_field_null.html

10 lines
365 B
HTML

{% extends 'utilities/confirmation_form.html' %}
{% load form_helpers %}
{% block title %}Clear {{ field_human_friendly_name }}?{% endblock %}
{% block message %}
<p>Are you sure you want to clear the <strong>{{ field_human_friendly_name }}</strong> on {{ obj_type }} <strong>{{ obj }}</strong>?</p>
{% block message_extra %}{% endblock %}
{% endblock %}