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 76a7948 commit f49880aCopy full SHA for f49880a
django_unicorn/templatetags/unicorn.py
@@ -5,7 +5,7 @@
5
6
from django_unicorn.call_method_parser import InvalidKwarg, parse_kwarg
7
8
-from ..components import UnicornView
+
9
from ..settings import get_setting
10
11
@@ -75,6 +75,7 @@ def render(self, context):
75
except template.VariableDoesNotExist:
76
resolved_kwargs.update({key: val})
77
78
+ from ..components import UnicornView
79
view = UnicornView.create(
80
component_id=component_id,
81
component_name=self.component_name,
0 commit comments