removed empty_label=None on SlotEditForm.presentation
This commit is contained in:
parent
db66749046
commit
4fc3eb4a10
1 changed files with 0 additions and 1 deletions
|
@ -8,5 +8,4 @@ class SlotEditForm(forms.Form):
|
||||||
presentation = forms.ModelChoiceField(
|
presentation = forms.ModelChoiceField(
|
||||||
queryset=Presentation.objects.filter(slot__isnull=True),
|
queryset=Presentation.objects.filter(slot__isnull=True),
|
||||||
required=True,
|
required=True,
|
||||||
empty_label=None,
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue