aboutsummaryrefslogtreecommitdiff
path: root/budget/forms.py
diff options
context:
space:
mode:
authorFrédéric Sureau <fred@milka.(none)>2011-07-29 15:44:15 +0200
committerFrédéric Sureau <fred@milka.(none)>2011-07-29 15:44:15 +0200
commit8dd2091f31305ebf1a33b6203de73c0ca7359c4d (patch)
treef84c9191645be2e03b3d77ea28efe2f52dc70ce6 /budget/forms.py
parentc7f9df985900c9daf2d79ad09e4434411adc474a (diff)
downloadihatemoney-mirror-8dd2091f31305ebf1a33b6203de73c0ca7359c4d.zip
ihatemoney-mirror-8dd2091f31305ebf1a33b6203de73c0ca7359c4d.tar.gz
ihatemoney-mirror-8dd2091f31305ebf1a33b6203de73c0ca7359c4d.tar.bz2
Homepage created and project authentication refactored
Diffstat (limited to 'budget/forms.py')
-rw-r--r--budget/forms.py1
1 files changed, 1 insertions, 0 deletions
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")