summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/wizard/wizard_treatement_deletion.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/templates/ishtar/wizard/wizard_treatement_deletion.html')
-rw-r--r--archaeological_finds/templates/ishtar/wizard/wizard_treatement_deletion.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/wizard/wizard_treatement_deletion.html b/archaeological_finds/templates/ishtar/wizard/wizard_treatement_deletion.html
index b0ebe7409..be46bfd05 100644
--- a/archaeological_finds/templates/ishtar/wizard/wizard_treatement_deletion.html
+++ b/archaeological_finds/templates/ishtar/wizard/wizard_treatement_deletion.html
@@ -1,5 +1,5 @@
{% extends "ishtar/wizard/confirm_wizard.html" %}
-{% load i18n %}
+{% load i18n link_to_window %}
{% block "warning_message" %}
{% with has_downstream=current_object.downstream.count %}
@@ -10,7 +10,7 @@
{% trans "The following finds will be deleted and restored to a previous version."%}
<ul>{% for item in current_object.downstream.all %}
<li>
- {{item}}
+ {{item}} {{item|link_to_window}}
</li>
{% endfor %}</ul>
{% trans "All changes made to the associated finds since this treatment record will be lost!" %}