diff options
Diffstat (limited to 'budget/web.py')
| -rw-r--r-- | budget/web.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/web.py b/budget/web.py index bf1ddd1..18867c5 100644 --- a/budget/web.py +++ b/budget/web.py @@ -225,7 +225,7 @@ def edit_project(): return send_file(file2export, attachment_filename="%s-%s.%s" % - (g.project.name, export_type, export_format), + (g.project.id, export_type, export_format), as_attachment=True ) else: |
