summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_treatmentsource.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatmentsource.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_treatmentsource.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentsource.html b/archaeological_finds/templates/ishtar/sheet_treatmentsource.html
index 0825810ad..70e69c704 100644
--- a/archaeological_finds/templates/ishtar/sheet_treatmentsource.html
+++ b/archaeological_finds/templates/ishtar/sheet_treatmentsource.html
@@ -8,5 +8,6 @@
{% endblock %}
{% block related %}
-{% field "Related treatment" item.owner '' item.owner|link_to_window %}
+{% trans "Related treatment" as related_item_label %}
+{% field related_item_label item.owner '' item.owner|link_to_window %}
{% endblock %}