You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: