diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-05-02 11:07:32 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-05-02 11:07:32 +0200 |
commit | e3b68d0240cc3af1d68f4807ac8eceb8e9c908cd (patch) | |
tree | ce4f68ce1455d108b2336ea502bba51483388d0d /ishtar_common/templates | |
parent | 369f7d3c12afbdbe3f61f8fecee59d2478bb73ab (diff) | |
download | Ishtar-e3b68d0240cc3af1d68f4807ac8eceb8e9c908cd.tar.bz2 Ishtar-e3b68d0240cc3af1d68f4807ac8eceb8e9c908cd.zip |
🚑️ person wizard: fix person creation
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/wizard/wizard_person.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div class="card-body form-row"> {% 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 %} |