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