summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r--ishtar_common/wizards.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py
index 0b121fd76..e974942b7 100644
--- a/ishtar_common/wizards.py
+++ b/ishtar_common/wizards.py
@@ -1112,10 +1112,14 @@ class ClosingWizard(Wizard):
class PersonWizard(Wizard):
model = models.Person
+ wizard_templates = {
+ 'identity-person_creation': "ishtar/wizard/wizard_person.html"}
class PersonModifWizard(PersonWizard):
modification = True
+ wizard_templates = {
+ 'identity-person_modification': "ishtar/wizard/wizard_person.html"}
class PersonDeletionWizard(DeletionWizard):