aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/templates/rpkigui/ghostbuster_confirm_delete.html
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki/gui/app/templates/rpkigui/ghostbuster_confirm_delete.html')
-rw-r--r--rpkid/rpki/gui/app/templates/rpkigui/ghostbuster_confirm_delete.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/rpkid/rpki/gui/app/templates/rpkigui/ghostbuster_confirm_delete.html b/rpkid/rpki/gui/app/templates/rpkigui/ghostbuster_confirm_delete.html
deleted file mode 100644
index 81f4c093..00000000
--- a/rpkid/rpki/gui/app/templates/rpkigui/ghostbuster_confirm_delete.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "rpkigui/ghostbuster_detail.html" %}
-
-{% block extra %}
-
-<p>
-Please confirm that you really want to delete this object by clicking Delete.
-</p>
-
-<form method=POST action='{{ request.get_full_path }}'>
- {% csrf_token %}
- <input type='submit' value='Delete' />
-</form>
-
-{% endblock %}