<Elrond> Oh well... Did I really have this wtforms cruft in my setup_workbench
commit. :-( I don't know even, how it got in there. :-|
This commit is contained in:
parent
1fd97db348
commit
f4cd7a4ade
@ -32,5 +32,4 @@ class EditProfileForm(wtforms.Form):
|
|||||||
[wtforms.validators.Length(min=0, max=500)])
|
[wtforms.validators.Length(min=0, max=500)])
|
||||||
url = wtforms.TextField(
|
url = wtforms.TextField(
|
||||||
'Website',
|
'Website',
|
||||||
[wtforms.validators.Optional(),
|
[wtforms.validators.URL(message='Improperly formed URL')])
|
||||||
wtforms.validators.URL(message='Improperly formed URL')])
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user