diff options
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") |
