mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
The split entry doesn't work because you can't strip a list
This commit is contained in:
parent
05eb5cdeb0
commit
5bf4eeac48
@ -49,10 +49,6 @@ class ScheduleTaskForm(forms.Form):
|
|||||||
when = forms.DateTimeField(
|
when = forms.DateTimeField(
|
||||||
label=_('When the task should run'),
|
label=_('When the task should run'),
|
||||||
required=True,
|
required=True,
|
||||||
#widget=forms.SplitDateTimeWidget(
|
|
||||||
# date_attrs={'type': 'date'},
|
|
||||||
# time_attrs={'type': 'time'},
|
|
||||||
#),
|
|
||||||
widget=forms.DateTimeInput(
|
widget=forms.DateTimeInput(
|
||||||
attrs={'type': 'datetime-local'},
|
attrs={'type': 'datetime-local'},
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user