summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-04 16:04:29 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-04 16:04:29 +0200
commitf38be838170e93c60c7f7cd1f1d0f7c0fd0cf2fa (patch)
treeca1c565d1f179912e693f55f66da84498dc21919
parentc65f286ced76d12d18dc1606e1e5b279a28a8966 (diff)
downloadIshtar-f38be838170e93c60c7f7cd1f1d0f7c0fd0cf2fa.tar.bz2
Ishtar-f38be838170e93c60c7f7cd1f1d0f7c0fd0cf2fa.zip
🐛 treatment file sheet: fix applicant organisation address
-rw-r--r--archaeological_finds/templates/ishtar/sheet_treatmentfile.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<h3>{% trans "Applicant organisation" %}</h3>
<div class="row">
{% field_flex_detail "Name" item.applicant_organisation %}
- {% field_flex_full "Contact" item.applicant.address_lbl %}
+ {% field_flex_full "Contact" item.applicant_organisation.address_lbl %}
</div>
{% endif %}