diff options
| author | Frédéric Sureau <fred@milka.(none)> | 2011-07-29 15:44:15 +0200 |
|---|---|---|
| committer | Frédéric Sureau <fred@milka.(none)> | 2011-07-29 15:44:15 +0200 |
| commit | 8dd2091f31305ebf1a33b6203de73c0ca7359c4d (patch) | |
| tree | f84c9191645be2e03b3d77ea28efe2f52dc70ce6 /budget/forms.py | |
| parent | c7f9df985900c9daf2d79ad09e4434411adc474a (diff) | |
| download | ihatemoney-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.py | 1 |
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") |
