From 2f704650171a7d3ff259d48e7ddcf11473619bc5 Mon Sep 17 00:00:00 2001 From: SDE Date: Sun, 21 Jan 2024 22:27:28 +0300 Subject: [PATCH] 0.4.66 translate problem --- GeneralApp/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeneralApp/forms.py b/GeneralApp/forms.py index ee4a79b..bc59d09 100644 --- a/GeneralApp/forms.py +++ b/GeneralApp/forms.py @@ -1,6 +1,6 @@ from django import forms from django.contrib.auth.forms import AuthenticationForm -from django.utils.translation import gettext as _ +from django.utils.translation import gettext_lazy as _ from django.core.exceptions import ValidationError from django.forms import widgets