Skip to content

Commit 8315c78

Browse files
committed
Replace ugettext by ugettext_lazy
1 parent 0161df3 commit 8315c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webstack_django_sorting/templatetags/sorting_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from django import template
44
from django.conf import settings
55
from django.http import Http404
6-
from django.utils.translation import ugettext as _
6+
from django.utils.translation import ugettext_lazy as _
77

88
register = template.Library()
99

0 commit comments

Comments
 (0)