You've already forked snikket-web-portal
Merge branch 'feature/wtforms-3' into premerge
This commit is contained in:
@@ -34,7 +34,7 @@ bp = quart.Blueprint("main", __name__)
|
||||
|
||||
|
||||
class LoginForm(BaseForm):
|
||||
address = wtforms.TextField(
|
||||
address = wtforms.StringField(
|
||||
_l("Address"),
|
||||
validators=[wtforms.validators.InputRequired()],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user