jazzband / django-authority

A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.
http://django-authority.readthedocs.org
BSD 3-Clause "New" or "Revised" License
292 stars 57 forks source link

csrf_token missing with permissions_change_form #18

Closed sehmaschine closed 10 years ago

sehmaschine commented 10 years ago

when trying to edit permissions (via actions), one gets an error because of the missing csrf_token.