aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/entity_delete.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/entity_delete.html')
-rw-r--r--python/fatcat_web/templates/entity_delete.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/entity_delete.html b/python/fatcat_web/templates/entity_delete.html
index b2e13af4..5f677992 100644
--- a/python/fatcat_web/templates/entity_delete.html
+++ b/python/fatcat_web/templates/entity_delete.html
@@ -2,6 +2,9 @@
{% extends "base.html" %}
{% block body %}
+
+{{ edit_macros.edit_link_bar(entity_type, existing_ident, 'delete') }}
+
{% block edit_form_prefix %}
<div class="ui segment">
<h1 class="ui header">Delete Entity</h1>