stages/identification: fix *_flows missing in edit form
This commit is contained in:
		@ -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
	
	Block a user