diff options
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 |
commit | f38be838170e93c60c7f7cd1f1d0f7c0fd0cf2fa (patch) | |
tree | ca1c565d1f179912e693f55f66da84498dc21919 | |
parent | c65f286ced76d12d18dc1606e1e5b279a28a8966 (diff) | |
download | Ishtar-f38be838170e93c60c7f7cd1f1d0f7c0fd0cf2fa.tar.bz2 Ishtar-f38be838170e93c60c7f7cd1f1d0f7c0fd0cf2fa.zip |
🐛 treatment file sheet: fix applicant organisation address
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 2 |
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 %} |