mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-27 07:37:45 -06:00
Consolidated bulk delete views to use a single template
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
{% extends 'utilities/confirmation_form.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block title %}Delete Secrets?{% endblock %}
|
||||
|
||||
{% block message %}
|
||||
<p>Are you sure you want to delete these secrets?</p>
|
||||
<ul>
|
||||
{% for secret in selected_objects %}
|
||||
<li><a href="{% url 'secrets:secret' pk=secret.pk %}">{{ secret }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user