From 954e1a1426e53ea076f33388e2e942f615737def Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 6 Sep 2016 15:38:12 +0200 Subject: Person: add salutation field (refs #3188) --- ishtar_common/templates/ishtar/sheet_person.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index 8fc2d9211..c84c56996 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -6,6 +6,7 @@ {% window_nav item window_id 'show-person' 'person_modify' %}

{% trans "Identity" %}

+{% field "Title" item.full_title %} {% field "Name" item.name %} {% field "Surname" item.surname %} {% field "Raw name" item.raw_name %} -- cgit v1.2.3