Re: validate answers from a detail view

2014-04-14 Thread Brad Rice
What I am building is an app that the user can come back to to finish filling out, so I don't want to have too many required fields until right before they submit the form, I want to check if they forgot anything and prompt them to fill it out. Now that I think about it, I can probably do this

Re: validate answers from a detail view

2014-04-13 Thread Fabio Caritas Barrionuevo da Luz
I think this would be facilitated if the FormWizard possessed a confirmation step. There is a ticket open on this exact feature https://code.djangoproject.com/ticket/21644 Em sábado, 12 de abril de 2014 14h28min01s UTC-3, Brad Rice escreveu: > > I'm using a Class based Generic Detail View to