<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:
Christopher Allan Webber 2011-07-09 17:13:21 -05:00
parent 1fd97db348
commit f4cd7a4ade

View File

@ -32,5 +32,4 @@ class EditProfileForm(wtforms.Form):
[wtforms.validators.Length(min=0, max=500)])
url = wtforms.TextField(
'Website',
[wtforms.validators.Optional(),
wtforms.validators.URL(message='Improperly formed URL')])
[wtforms.validators.URL(message='Improperly formed URL')])