Skip to content
Snippets Groups Projects
Commit 217a77c9 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Grade export tweaks

parent 9ffe64b6
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,7 @@ def export_gradebook_csv(pctx):
csvfile.getvalue(),
content_type="text/plain; charset=utf-8")
response['Content-Disposition'] = (
'attachment; filename="grades-%s.xls"'
'attachment; filename="grades-%s.csv"'
% pctx.course.identifier)
return response
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment