From 822058b251814b3ee209d77b487aec46aaa7d288 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 10 Aug 2011 17:49:35 +0200 Subject: Add some more tests about membership. (#14) Fixes #15 as invalid: deactivated users are not listed on the bill form or on the balance. --- budget/forms.py | 1 - 1 file changed, 1 deletion(-) (limited to 'budget/forms.py') diff --git a/budget/forms.py b/budget/forms.py index 0c5394b..fe14288 100644 --- a/budget/forms.py +++ b/budget/forms.py @@ -62,7 +62,6 @@ class BillForm(Form): bill.what=self.what.data bill.date=self.date.data bill.owers = [Person.query.get(ower) for ower in self.payed_for.data] - print self.payed_for.data return bill -- cgit v1.1