This commit is contained in:
parent
f440b1becc
commit
28073593d3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def addreminder():
|
||||||
new_ics.seek(0)
|
new_ics.seek(0)
|
||||||
new_filename = file.filename.rstrip('.ics') + '_with_reminders' + '.ics'
|
new_filename = file.filename.rstrip('.ics') + '_with_reminders' + '.ics'
|
||||||
return send_file(new_ics, as_attachment=True,
|
return send_file(new_ics, as_attachment=True,
|
||||||
attachment_filename=new_filename)
|
download_name=new_filename)
|
||||||
|
|
||||||
|
|
||||||
class IcsForm(FlaskForm):
|
class IcsForm(FlaskForm):
|
||||||
|
|
Loading…
Reference in a new issue