diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/delete_wizard.html')
-rw-r--r-- | ishtar_common/templates/ishtar/wizard/delete_wizard.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/delete_wizard.html b/ishtar_common/templates/ishtar/wizard/delete_wizard.html index 625b7a823..abf3ec603 100644 --- a/ishtar_common/templates/ishtar/wizard/delete_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/delete_wizard.html @@ -13,6 +13,7 @@ {% trans "Are you sure to want to delete this item?" %}{% endif %} </div> <p>{% trans "No rollback is possible. Be careful to scroll to the end of page to check every piece of information." %}</p> + {% block "extra_warning" %}{% endblock %} </div> {% endblock %} |