[UPDT] BASE: Updated modules with translation

This commit is contained in:
Horilla
2025-12-23 15:06:33 +05:30
parent 6f82c23844
commit 3033319a12
11 changed files with 72 additions and 85 deletions

View File

@@ -1,8 +1,8 @@
from django.template.loader import render_to_string
from django.utils.translation import gettext_lazy as _
from base.forms import ModelForm
from facedetection.models import FaceDetection
from django.utils.translation import gettext_lazy as _
class FaceDetectionSetupForm(ModelForm):