Normalize MediaFile.name (make it a foreignkey)
[mediagoblin.git] / mediagoblin / submit / forms.py
index 4ff52609130656499b0b8a7ea03608eaee4379d1..7d9e8fcf83c299e3280485723e3cee718cb279ca 100644 (file)
@@ -1,5 +1,5 @@
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 MediaGoblin contributors.  See AUTHORS.
+# Copyright (C) 2011, 2012 MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -39,4 +39,5 @@ class SubmitStartForm(wtforms.Form):
           "Separate tags by commas."))
     license = wtforms.SelectField(
         _('License'),
+        [wtforms.validators.Optional(),],
         choices=licenses_as_choices())