From f4cd7a4ade374bdace27d8f0216f36c96c652efc Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 9 Jul 2011 17:13:21 -0500 Subject: [PATCH] Oh well... Did I really have this wtforms cruft in my setup_workbench commit. :-( I don't know even, how it got in there. :-| --- mediagoblin/edit/forms.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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')]) -- 2.25.1