diff options
Diffstat (limited to 'budget/web.py')
| -rw-r--r-- | budget/web.py | 1 |
1 files changed, 0 insertions, 1 deletions
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("/<string:project_id>/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(): |
