summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-02-07 18:30:32 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-02-07 18:30:32 +0100
commit6f990814acc6eb13656111e11b994bd892a82d7c (patch)
tree62969040e9bd32fd40ab46494bbcdcdb3957c5f3 /ishtar_common/templates
parent5e82f62a2881178329b67543812b42e7ac4710cb (diff)
downloadIshtar-6f990814acc6eb13656111e11b994bd892a82d7c.tar.bz2
Ishtar-6f990814acc6eb13656111e11b994bd892a82d7c.zip
Minor fixes: fix field name on doc dup - more explicit resume on deletion
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/wizard/delete_wizard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/delete_wizard.html b/ishtar_common/templates/ishtar/wizard/delete_wizard.html
index 9b925f143..625b7a823 100644
--- a/ishtar_common/templates/ishtar/wizard/delete_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/delete_wizard.html
@@ -7,7 +7,7 @@
{% if current_objs and current_objs.1 %}
{% trans "Are you sure to want to delete these items?" %}
<ul>{% for obj in current_objs %}
- <li>{{obj}}</li>
+ <li>{{obj.class_verbose_name}} - {{obj}}</li>
{% endfor %}</ul>
{% else %}
{% trans "Are you sure to want to delete this item?" %}{% endif %}