comic / grand-challenge.org

A platform for end-to-end development of machine learning solutions in biomedical imaging
https://grand-challenge.org
Apache License 2.0
168 stars 50 forks source link

Fix drf ajax calls #3301

Closed amickan closed 2 months ago

amickan commented 2 months ago

DRF expects an element with id drf_csrf that contains the csrf token and header. That was removed at some point, breaking the ajax calls for updating and deleting notifications and subscriptions.

Closes #3293