aboutsummaryrefslogtreecommitdiff
path: root/budget/web.py
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-08-10 01:05:25 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-08-10 01:05:25 +0200
commit98f9d96a27692632be9b3e90711ff0110d9eb054 (patch)
tree30237858185251e204f7d7e6a7d56a2cbe271045 /budget/web.py
parent5c44e495b7e861b642b1c7aec443e2795fd80600 (diff)
downloadihatemoney-mirror-98f9d96a27692632be9b3e90711ff0110d9eb054.zip
ihatemoney-mirror-98f9d96a27692632be9b3e90711ff0110d9eb054.tar.gz
ihatemoney-mirror-98f9d96a27692632be9b3e90711ff0110d9eb054.tar.bz2
Fixes various typos.
Diffstat (limited to 'budget/web.py')
-rw-r--r--budget/web.py2
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)