| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
WTForms documentation:
> The TextField alias for StringField is deprecated.
Signed-off-by: Berker Peksag <berker.peksag@gmail.com>
|
|
|
|
| |
Replaced Required with InputRequired.
|
|
|
|
|
| |
wtforms.validators.Optional doesn't take an argument.
I don't know, why I gave it one.
|
|
|
|
|
| |
To make things a bit easier, switch to WTForms
for validating the received data.
|
|
Without a session and a logged in user, this can't go much
further.
Misses check for the file upload field.
Need refactored test tool for this.
|