Details
Details
- Reviewers
Sybren A. Stüvel (sybren) - Maniphest Tasks
- T76716: Development fund page has non-functioning currency option.
Diff Detail
Diff Detail
- Repository
- rBDF Blender Dev Fund
Event Timeline
Comment Actions
To add more context: I'm aware this is not the best way handle this (should rather use ensure_csrf_token), but because the view is served via Wagtail, I could not find a way to use that decorator.
Comment Actions
As far as I could see, this code is really needed only if the user is not authenticated.
If the user is authenticated, a valid token is usually available in the session.