diff options
Diffstat (limited to 'archaeological_finds')
-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 %} |