mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Update forms.py
This commit is contained in:
parent
2e7d34611b
commit
252d6f4418
@ -13,6 +13,7 @@ else:
|
|||||||
|
|
||||||
SourceForm = forms.modelform_factory(
|
SourceForm = forms.modelform_factory(
|
||||||
Source,
|
Source,
|
||||||
|
fields = '__all__',
|
||||||
widgets = {
|
widgets = {
|
||||||
'target_schedule': forms.DateTimeInput(
|
'target_schedule': forms.DateTimeInput(
|
||||||
attrs={'type': 'datetime-local'},
|
attrs={'type': 'datetime-local'},
|
||||||
|
Loading…
Reference in New Issue
Block a user