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 b98e764..24a034b 100644 --- a/budget/web.py +++ b/budget/web.py @@ -169,7 +169,7 @@ def add_bill(project): db.session.add(form.save()) db.session.commit() - flash("The bill have been added") + flash("The bill has been added") return redirect(url_for('list_bills', project_id=project.id)) return render_template("add_bill.html", form=form, project=project) |
