make a field not mandatory in a Django form

0

I'm modifying an old django web project (1.5), I need to be able to go through all the registration forms freely, currently I can not go to the next form without registering the "email" field, I have tried to modify the model but not yet I get the field to stop blocking the "next" button, I'm quite new in the django world, I appreciate any help.

without entering anything, the "next" button is blocked

When I add anything, I can go to the next form

in the other forms I have no problems I can move forward and backward without problems.

    
asked by J Irenicus 24.07.2018 в 18:46
source

0 answers