From f38be838170e93c60c7f7cd1f1d0f7c0fd0cf2fa Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 4 Sep 2024 16:04:29 +0200 Subject: 🐛 treatment file sheet: fix applicant organisation address MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html index eacbc894b..952171aa1 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html +++ b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html @@ -69,7 +69,7 @@

{% trans "Applicant organisation" %}

{% field_flex_detail "Name" item.applicant_organisation %} - {% field_flex_full "Contact" item.applicant.address_lbl %} + {% field_flex_full "Contact" item.applicant_organisation.address_lbl %}
{% endif %} -- cgit v1.2.3