Changeset - 1871be41e961
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-08-31 06:31:31
lukeman@gmail.com
empty label
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
symposion/schedule/forms.py
Show inline comments
...
 
@@ -8,4 +8,5 @@ class SlotEditForm(forms.Form):
 
    presentation = forms.ModelChoiceField(
 
        queryset=Presentation.objects.filter(slot__isnull=True),
 
        required=True,
 
        empty_label=None,
 
    )
0 comments (0 inline, 0 general)