http://flask.pocoo.org/snippets/64/
I was reading the Flask docs.
I was just wondering if there is an error in the docs or maybe there's something I don't understand.
Shouldn't "if form.validate_on_submit():" be "if form.validate()"?
If not, how is the validate method used in the instance?
Thank you very, very much in advance