miguelgrinberg / Flask-PageDown

Implementation of StackOverflow's "PageDown" markdown editor for Flask and Flask-WTF.
MIT License
244 stars 21 forks source link

missing csrf in the template #23

Closed gbrault closed 4 years ago

gbrault commented 4 years ago

Thanks for this component!

just a comment: I had to add (in the form template you provide in the readme) {{ form.csrf_token }} to have the form.validate_on_submit() work properly!

Is that right?

miguelgrinberg commented 4 years ago

Good catch. I have updated the readme now. Thanks!