We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f84df commit c8735cbCopy full SHA for c8735cb
apps/common/event/__init__.py
@@ -9,7 +9,7 @@
9
import setting.models
10
from setting.models import Model
11
from .listener_manage import *
12
-from django.utils.translation import gettext_lazy as _
+from django.utils.translation import gettext as _
13
14
update_document_status_sql = """
15
UPDATE "public"."document"
0 commit comments