mirror of
https://github.com/pretix/pretix.git
synced 2026-08-12 11:07:02 +00:00
do not force download on AnswerDownload
This commit is contained in:
@@ -848,7 +848,6 @@ class AnswerDownload(EventViewMixin, View):
|
||||
resp = FileResponse(
|
||||
answer.file,
|
||||
filename=filename,
|
||||
as_attachment=True,
|
||||
content_type=ftype or 'application/binary'
|
||||
)
|
||||
return resp
|
||||
|
||||
Reference in New Issue
Block a user