do not force download on AnswerDownload

This commit is contained in:
Richard Schreiber
2026-03-16 15:14:03 +01:00
parent bc1eff4e56
commit 26ccfee67b
-1
View File
@@ -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