From: Christopher Allan Webber Date: Sat, 9 Jul 2011 22:13:21 +0000 (-0500) Subject: Oh well... Did I really have this wtforms cruft in my setup_workbench X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f4cd7a4ade374bdace27d8f0216f36c96c652efc;p=mediagoblin.git Oh well... Did I really have this wtforms cruft in my setup_workbench commit. :-( I don't know even, how it got in there. :-| --- diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py index 0ed52af1..fdbd5c75 100644 --- a/mediagoblin/edit/forms.py +++ b/mediagoblin/edit/forms.py @@ -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')])