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 2b734cc commit cba0965Copy full SHA for cba0965
django_tables2/columns/templatecolumn.py
@@ -2,8 +2,7 @@
2
from django.template.loader import get_template
3
from django.utils.html import strip_tags
4
5
-from django_tables2.utils import call_with_appropriate
6
-
+from ..utils import call_with_appropriate
7
from .base import Column, library
8
9
0 commit comments