From b5b6ef3e7bd559a1b34632ed68c4fb68ff7b4df7 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Mon, 7 Feb 2011 18:38:43 +0100 Subject: missed one --- controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller.py') diff --git a/controller.py b/controller.py index 4634bf5..9f46e0a 100644 --- a/controller.py +++ b/controller.py @@ -168,7 +168,7 @@ class ConstAdd: return ConstExpense() def form(self): - return form.Form( + return Form( form.Textbox( "start", form.notnull, -- cgit v1.2.3-54-g00ecf