summaryrefslogtreecommitdiff
path: root/archaeological_context_records/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-13 17:11:42 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-13 17:49:24 +0200
commite8b6b433704e1eaae34f5100f3590a7950ddce5e (patch)
tree485c81043f8aa1c8b08a0e931239aeffe372b169 /archaeological_context_records/templates
parentf349bf72328277ab93a54292784f61b2b392f65c (diff)
downloadIshtar-e8b6b433704e1eaae34f5100f3590a7950ddce5e.tar.bz2
Ishtar-e8b6b433704e1eaae34f5100f3590a7950ddce5e.zip
🐛 QA context record forms: fix parcel field (refs #6353)
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 f43df6c4e..4bd770fd0 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -125,7 +125,7 @@
<p class="window-refs"
title="{% trans 'Identifier' %}">
<strong>{{ item.cached_label }}</strong></p>
- <p class='window-refs' title="{% trans 'Parcel' %}">{{ item.parcel.short_label }}</p>
+ <p class='window-refs' title="{% trans 'Parcel' %}">{{ item.parcel.town }} | {{ item.parcel.short_label }}</p>
{% if item.label != item.external_id %}
<p class="window-refs">{{ item.label|default:"" }}</p>{% endif %}
{% include "ishtar/blocks/sheet_external_id.html" %}