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 08b2a4e commit 037914dCopy full SHA for 037914d
pipeline/templatetags/pipeline.py
@@ -4,7 +4,8 @@
4
from django.contrib.staticfiles.storage import staticfiles_storage
5
6
from django import template
7
-from django.template.base import Context, VariableDoesNotExist
+from django.template.context import Context
8
+from django.template.base import VariableDoesNotExist
9
from django.template.loader import render_to_string
10
from django.utils.safestring import mark_safe
11
0 commit comments