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 3adffdf commit ed50e2dCopy full SHA for ed50e2d
filer/models/foldermodels.py
@@ -6,7 +6,7 @@
6
from django.urls import reverse
7
from django.utils.functional import cached_property
8
from django.utils.html import format_html, format_html_join
9
-from django.utils.translation import gettext as _
+from django.utils.translation import gettext_lazy as _
10
11
from .. import settings as filer_settings
12
from . import mixins
0 commit comments