Reset finver form to prevent UII nonsense
This commit is contained in:
parent
365a600152
commit
cd4a5df2d6
@ -106,6 +106,7 @@ class GetFinancialVerificationForm(FinancialVerificationBase):
|
||||
|
||||
def execute(self):
|
||||
form = self._get_form(self.request, self.is_extended, formdata=existing_form_data())
|
||||
form.reset()
|
||||
return form
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user