From e9b9a06779f3c49b8422c267926f2fd45f7e5df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Sureau?= Date: Fri, 29 Jul 2011 17:14:33 +0200 Subject: Adding bill works --- budget/web.py | 1 - 1 file changed, 1 deletion(-) (limited to 'budget/web.py') diff --git a/budget/web.py b/budget/web.py index 2147359..f8ede3c 100644 --- a/budget/web.py +++ b/budget/web.py @@ -100,7 +100,6 @@ def add_member(project): @app.route("//add", methods=["GET", "POST"]) @requires_auth def add_bill(project): - # FIXME: make it work. form = get_billform_for(project.id) if request.method == 'POST': if form.validate(): -- cgit v1.1