Fixes in dateform

This commit is contained in:
Antonio de la Rosa 2024-11-11 01:22:43 +01:00
parent b0881e7267
commit 348f3f06f1
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ class DateForm(BaseForm):
super().__init__(name, value)
self.yes_time=False
self.yes_time=True
self.t=standard_t
def form(self):