mirror of
https://github.com/pretix/pretix.git
synced 2026-08-24 13:02:00 +00:00
Put event slugs in export filenames (#768)
This commit is contained in:
committed by
Raphael Michel
parent
ded539ce7a
commit
741d0bc686
@@ -319,4 +319,4 @@ class CSVCheckinList(BaseCheckinList):
|
||||
|
||||
writer.writerow(row)
|
||||
|
||||
return 'checkin.csv', 'text/csv', output.getvalue().encode("utf-8")
|
||||
return '{}_checkin.csv'.format(self.event.slug), 'text/csv', output.getvalue().encode("utf-8")
|
||||
|
||||
Reference in New Issue
Block a user