Skip to content

Commit 4efb15c

Browse files
committed
Use relative path in sorting_tags.py
1 parent d2d6654 commit 4efb15c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webstack_django_sorting/templatetags/sorting_tags.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
from django.conf import settings
66
from django.http import Http404
77
from django.utils.translation import ugettext_lazy as _
8-
from webstack_django_sorting.util import get_sort_field
8+
9+
from ..util import get_sort_field
910

1011

1112
register = template.Library()

0 commit comments

Comments
 (0)