Update forms.py

This commit is contained in:
tcely 2025-05-26 06:43:38 -04:00 committed by GitHub
parent 2e7d34611b
commit 252d6f4418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'},