From d78bac61acf7ffd09f0d33e3bb0fe1458ca3c1ad Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 7 May 2021 10:39:18 +0200 Subject: Sheets: display parcel address --- .../templates/ishtar/sheet_contextrecord.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records') 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 %}

{{ item.complete_identifier }}

{% endif %} -

{{ item.parcel.short_label }}

+

{{ item.parcel.short_label }}

{{ item.label|default:"" }}

{% include "ishtar/blocks/sheet_external_id.html" %} -- cgit v1.2.3