twintechlabs / flaskdash

Flask starter app featuring CoreUI and the FlaskUser module.
Other
114 stars 29 forks source link

How to get form validation working? #20

Open Mr-Idjit opened 4 years ago

Mr-Idjit commented 4 years ago

Is it just me or is the form validation not working?

I can make form validation work on other pages and use a custom made form like {{ form.name(class='awesome_style') }} but every form that has to do with flask-user is not working; /user/sign-in, /user/forgot-password and /user/register in mind.

Is this common? Something I don't know about? .. but most important how do I make the form validation work on these flask-user pages?