Kind of a weird error. When I click for example "create group", it loads the group creation form. Now, if I cancel that action, instead of inputting and submitting the form, but then go and try to edit details for an existing group, it fails when I submit that second form. The error I get is the CSRF token error.
So, something strange is going on with the CSRF middleware.
Kind of a weird error. When I click for example "create group", it loads the group creation form. Now, if I cancel that action, instead of inputting and submitting the form, but then go and try to edit details for an existing group, it fails when I submit that second form. The error I get is the CSRF token error.
So, something strange is going on with the CSRF middleware.