From e3b68d0240cc3af1d68f4807ac8eceb8e9c908cd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 2 May 2025 11:07:32 +0200 Subject: 🚑️ person wizard: fix person creation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/wizard/wizard_person.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/wizard/wizard_person.html b/ishtar_common/templates/ishtar/wizard/wizard_person.html index ed4100cb4..4baa9b6cd 100644 --- a/ishtar_common/templates/ishtar/wizard/wizard_person.html +++ b/ishtar_common/templates/ishtar/wizard/wizard_person.html @@ -21,7 +21,7 @@
{% bs_field wizard.form.surname 1 %} {% bs_field wizard.form.name 1 %} - {% bs_field wizard.form.person_types %} + {% bs_field wizard.form.person_type %} {% bs_field wizard.form.raw_name %} {% bs_field wizard.form.title %} {% bs_field wizard.form.salutation %} -- cgit v1.2.3