]> git.0d.be Git - django-panik-nonstop.git/blobdiff - nonstop/forms.py
make jingle optional
[django-panik-nonstop.git] / nonstop / forms.py
index 0b447e07caedff54fc5572a73492ba71a8f84fdc..4b5eaab3a53ab859e5e9baa610f21550c7fa8a76 100644 (file)
@@ -48,4 +48,4 @@ def get_optional_jingle():
 
 
 class AddDiffusionForm(forms.Form):
-    jingle = forms.ChoiceField(label=_('Jingle'), choices=get_optional_jingle)
+    jingle = forms.ChoiceField(label=_('Jingle'), choices=get_optional_jingle, required=False)