stages/identification: fix *_flows missing in edit form
This commit is contained in:
parent
1912b29dc5
commit
07d047c887
|
@ -16,7 +16,7 @@ class IdentificationStageForm(forms.ModelForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|
||||||
model = IdentificationStage
|
model = IdentificationStage
|
||||||
fields = ["name", "user_fields", "template"]
|
fields = ["name", "user_fields", "template", "enrollment_flow", "recovery_flow"]
|
||||||
widgets = {
|
widgets = {
|
||||||
"name": forms.TextInput(),
|
"name": forms.TextInput(),
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue