diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-13 15:05:01 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-13 15:05:01 +0100 |
commit | e90c8378415c5ee394a220890a07615d1f4b011e (patch) | |
tree | b98dac01add4037e8e9c8d58939f839935b489fa /ishtar_common/templates | |
parent | c16ab41306843a0f00dc5980cc2793134ba6d3ef (diff) | |
download | Ishtar-e90c8378415c5ee394a220890a07615d1f4b011e.tar.bz2 Ishtar-e90c8378415c5ee394a220890a07615d1f4b011e.zip |
Sheet person: link to the attached organization (refs #3469)
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_person.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index 8d51846b2..aa5192dc4 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -63,7 +63,7 @@ {% if item.attached_to %}<h3>{% trans "Associated organization"%}</h3> <ul class='form-flex'> - {% field_li "Name" item.attached_to %} + {% field_li_detail "Name" item.attached_to %} {% field_li "Address" item.attached_to.address %} {% field_li "Address complement" item.attached_to.address_complement %} {% field_li "Postal code" item.attached_to.postal_code %} |