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
If you use the `form helper </user_guide/helpers/form_helper.html>`_, then form_open() will automatically insert a hidden CSRF field in your forms. So you do not have to upgrade this by yourself.
16
+
If you use the :doc:`form helper </helpers/form_helper>` and enable the CSRF filter globally, then ``form_open()`` will automatically insert a hidden CSRF field in your forms. So you do not have to upgrade this by yourself.
0 commit comments