Closed bloodearnest closed 1 year ago
We use a JSON string to pass the review data via teh form to the endpoint. We do this to work Django's CSRF, and to keep the form submission standard HTML form, which is the only way to get a download dialog (cannot prompt for that via JS easily).
We use a JSON string to pass the review data via teh form to the endpoint. We do this to work Django's CSRF, and to keep the form submission standard HTML form, which is the only way to get a download dialog (cannot prompt for that via JS easily).