summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_findsource.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-15 11:54:54 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-15 11:55:40 +0100
commit738373285fed01ce95e1435a9247243cf568d8de (patch)
treed6461b47674e369a2b2257deaef23bc4e416dc8c /archaeological_finds/templates/ishtar/sheet_findsource.html
parent37088e0e0a2dad1d201d5683315f3d3ae0787820 (diff)
downloadIshtar-738373285fed01ce95e1435a9247243cf568d8de.tar.bz2
Ishtar-738373285fed01ce95e1435a9247243cf568d8de.zip
Sheets: mark explicitly some fields as translated fields (refs #3459)
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_findsource.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findsource.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findsource.html b/archaeological_finds/templates/ishtar/sheet_findsource.html
index 69d14d161..fedb20911 100644
--- a/archaeological_finds/templates/ishtar/sheet_findsource.html
+++ b/archaeological_finds/templates/ishtar/sheet_findsource.html
@@ -8,5 +8,6 @@
{% endblock %}
{% block related %}
-{% field "Related find" item.owner '' item.owner|link_to_window %}
+{% trans "Related find" as related_item_label %}
+{% field related_item_label item.owner '' item.owner|link_to_window %}
{% endblock %}