Skip to content

Commit

Permalink
Task Checklist view now can download files without error (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
louking committed May 1, 2024
1 parent f94fa20 commit cbe8f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members/views/admin/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get(self, fileid):
return send_from_directory(groupdir, fileid,
mimetype=file.mimetype,
# as_attachment=True,
attachment_filename=file.filename)
download_name=file.filename)

fileserver = FileServer()
fileserver.register()

0 comments on commit cbe8f70

Please sign in to comment.