slots not required

This commit is contained in:
Luke Hatcher 2012-08-31 00:56:01 -04:00
parent db908372ff
commit bea34fa689

View file

@ -12,7 +12,7 @@ class SlotEditForm(forms.Form):
slot_pk = forms.CharField( slot_pk = forms.CharField(
max_length=10, max_length=10,
widget=forms.HiddenInput, widget=forms.HiddenInput,
required=True, required=False,
) )
def clean_slot_pk(self): def clean_slot_pk(self):