From 458ef5c3e9f062c6dab5de578a0d45ef3a4bc3e0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 23 May 2019 15:26:37 +0200 Subject: Person form: add salutations --- ishtar_common/templates/ishtar/wizard/wizard_person.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/wizard/wizard_person.html b/ishtar_common/templates/ishtar/wizard/wizard_person.html index fc15dbfad..39aa76518 100644 --- a/ishtar_common/templates/ishtar/wizard/wizard_person.html +++ b/ishtar_common/templates/ishtar/wizard/wizard_person.html @@ -22,6 +22,7 @@ {% bs_field wizard.form.surname 1 %} {% bs_field wizard.form.name 1 %} {% bs_field wizard.form.title %} + {% bs_field wizard.form.salutation %} {% bs_field wizard.form.raw_name %} {% bs_field wizard.form.email %} {% bs_field wizard.form.attached_to %} -- cgit v1.2.3