From 98f9d96a27692632be9b3e90711ff0110d9eb054 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 10 Aug 2011 01:05:25 +0200 Subject: Fixes various typos. --- budget/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/web.py') 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) -- cgit v1.1