slots not required
This commit is contained in:
parent
db908372ff
commit
bea34fa689
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class SlotEditForm(forms.Form):
|
|||
slot_pk = forms.CharField(
|
||||
max_length=10,
|
||||
widget=forms.HiddenInput,
|
||||
required=True,
|
||||
required=False,
|
||||
)
|
||||
|
||||
def clean_slot_pk(self):
|
||||
|
|
Loading…
Reference in a new issue