From 094ddc242ef4582508c18c73b999b98bcfdae273 Mon Sep 17 00:00:00 2001 From: SDE Date: Sun, 21 Jan 2024 22:18:35 +0300 Subject: [PATCH] 0.4.63 menu links problem --- GeneralApp/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeneralApp/forms.py b/GeneralApp/forms.py index bc59d09..ee4a79b 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_lazy as _ +from django.utils.translation import gettext as _ from django.core.exceptions import ValidationError from django.forms import widgets