mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
parent
5076a29f71
commit
8fd9ced9e8
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ def edit_project():
|
||||||
|
|
||||||
# Edit form
|
# Edit form
|
||||||
if edit_form.validate_on_submit():
|
if edit_form.validate_on_submit():
|
||||||
|
old_currency = g.project.default_currency
|
||||||
project = edit_form.update(g.project)
|
project = edit_form.update(g.project)
|
||||||
|
|
||||||
db.session.add(project)
|
db.session.add(project)
|
||||||
|
|
Loading…
Reference in a new issue