summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/delete_wizard.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/delete_wizard.html')
-rw-r--r--ishtar_common/templates/ishtar/wizard/delete_wizard.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/delete_wizard.html b/ishtar_common/templates/ishtar/wizard/delete_wizard.html
index abf3ec603..f34332a7d 100644
--- a/ishtar_common/templates/ishtar/wizard/delete_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/delete_wizard.html
@@ -45,3 +45,6 @@
{% endfor %}
{% endblock "cards" %}
+{% block "footer" %}{% with need_confirm=True %}
+{{ block.super }}
+{% endwith %}{% endblock %}