Fix in mtemplate conflict

This commit is contained in:
Antonio de la Rosa 2025-04-05 00:59:30 +02:00
commit 4b919b16f4
5 changed files with 103 additions and 8 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):