summaryrefslogtreecommitdiff
path: root/archaeological_context_records/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-05-07 10:39:18 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-05-07 10:39:18 +0200
commit570e5aad8f16c0c41286ba139887519a7fd7ba92 (patch)
tree3d4bc475576377901d85ae9b72ae956815474c9c /archaeological_context_records/templates
parent4a09e2e50f3a6e4b10b8ee45e4f82aaa3f4095a8 (diff)
downloadIshtar-570e5aad8f16c0c41286ba139887519a7fd7ba92.tar.bz2
Ishtar-570e5aad8f16c0c41286ba139887519a7fd7ba92.zip
Sheets: display parcel address
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index a8be74542..62454d6f6 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -111,7 +111,7 @@
{% if item.complete_identifier %}<p class="window-refs"
title="{% trans 'Complete identifier' %}">
<strong>{{ item.complete_identifier }}</strong></p>{% endif %}
- <p class='window-refs'>{{ item.parcel.short_label }}</p>
+ <p class='window-refs' title="{% trans 'Parcel' %}">{{ item.parcel.short_label }}</p>
<p class="window-refs">{{ item.label|default:"" }}</p>
{% include "ishtar/blocks/sheet_external_id.html" %}
</div>