Fixes in dateform
This commit is contained in:
parent
b0881e7267
commit
348f3f06f1
2 changed files with 4 additions and 4 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue