From 7c5d26cbf65679aea9bb6ca3af8290e4033dd953 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 14 Dec 2015 22:49:14 +0100 Subject: Minor template fix --- ishtar_common/templates/ishtar/sheet_person.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index 019f8e3d7..2dfc4bbea 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -22,7 +22,7 @@ {% field "Phone" item.phone %} {% field "Mobile phone" item.mobile_phone %} -{% if item.attached_to %}

{% trans "Associated organisation"%}

+{% if item.attached_to %}

{% trans "Associated organization"%}

{% field "Name" item.attached_to %} {% field "Address" item.attached_to.address %} {% field "Address complement" item.attached_to.address_complement %} -- cgit v1.2.3