Closed gbrault closed 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!
{{ form.csrf_token }}
form.validate_on_submit()
Is that right?
Good catch. I have updated the readme now. Thanks!
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 theform.validate_on_submit()
work properly!Is that right?