diff options
-rw-r--r-- | controller.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |