[UPDT] BASE: Time format selection

This commit is contained in:
Horilla
2023-12-27 17:25:59 +05:30
parent ccbc6b3ac0
commit 34c38e7d5f
10 changed files with 244 additions and 8 deletions

View File

@@ -345,7 +345,7 @@ class CompanyForm(ModelForm):
model = Company
fields = "__all__"
excluded_fields=["date_format"]
excluded_fields=["date_format", "time_format"]
def validate_image(self, file):