From 8dd2091f31305ebf1a33b6203de73c0ca7359c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Sureau?= Date: Fri, 29 Jul 2011 15:44:15 +0200 Subject: Homepage created and project authentication refactored --- budget/forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'budget/forms.py') diff --git a/budget/forms.py b/budget/forms.py index 0373da8..1e265ee 100644 --- a/budget/forms.py +++ b/budget/forms.py @@ -21,6 +21,7 @@ class ProjectForm(Form): class AuthenticationForm(Form): + id = TextField("Project identifier", validators=[Required()]) password = TextField("Password", validators=[Required()]) submit = SubmitField("Get in") -- cgit v1.1