Update view with django-formtools

91 Views Asked by At

I implemented django-formtools SessionWizardView with a navbar, so I can jump between steps if I want to update existing instances.

My problem is, if I want to edit an instance I have to submit all forms, so they are valid and render_done is called.

0

There are 0 best solutions below