realpython / book2-exercises

Book 2 -- Exercises for the book
167 stars 203 forks source link

form.validate_on_submit is not recognized #105

Open signorpopo opened 1 year ago

signorpopo commented 1 year ago

In the FlaskTaskr Part 2. Database Management section... views.py form.validate_on_submit() should be updated to form.validate(), or it will error