Skip to content

Commit 2566ba2

Browse files
committed
Fix path to jinj2 tags in testproj
1 parent c0a7bf2 commit 2566ba2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • testproj/testproj/testapp/jinja2

testproj/testproj/testapp/jinja2/env.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
from jinja2.environment import Environment
22

33
from django.template.defaultfilters import yesno
4-
from webstack_django_sorting.jinja2_globals import sorting_anchor, sort_queryset
4+
from webstack_django_sorting.templatetags.jinja2_globals import (
5+
sorting_anchor,
6+
sort_queryset,
7+
)
58

69

710
class JinjaEnvironment(Environment):

0 commit comments

Comments
 (0)