Skip to content

Commit d503a01

Browse files
committed
Fix deprecated import of Markup from jinja2
1 parent bfd5673 commit d503a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webstack_django_sorting/jinja2_globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from jinja2 import Markup
1+
from markupsafe import Markup
22

33
from . import common
44

0 commit comments

Comments
 (0)