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 0161df3 commit 8315c78Copy full SHA for 8315c78
webstack_django_sorting/templatetags/sorting_tags.py
@@ -3,7 +3,7 @@
3
from django import template
4
from django.conf import settings
5
from django.http import Http404
6
-from django.utils.translation import ugettext as _
+from django.utils.translation import ugettext_lazy as _
7
8
register = template.Library()
9
0 commit comments