mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 22:16:37 +00:00
Add when
to the form
This commit is contained in:
parent
4f68552713
commit
0e29a5bdbe
@ -46,7 +46,10 @@ class ResetTasksForm(forms.Form):
|
|||||||
|
|
||||||
class ScheduleTaskForm(forms.Form):
|
class ScheduleTaskForm(forms.Form):
|
||||||
|
|
||||||
pass
|
when = forms.DateTimeField(
|
||||||
|
label=_('When the task should run'),
|
||||||
|
required=True,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class ConfirmDeleteMediaServerForm(forms.Form):
|
class ConfirmDeleteMediaServerForm(forms.Form):
|
||||||
|
Loading…
Reference in New Issue
Block a user