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 0d0d972 commit a91af37Copy full SHA for a91af37
classytags/core.py
@@ -148,7 +148,7 @@ def render(self, context):
148
items = self.kwargs.items()
149
kwargs = dict([(key, value.resolve(context)) for key, value in items])
150
kwargs.update(self.blocks)
151
- return self.render_tag(context, **kwargs)
+ return str(self.render_tag(context, **kwargs))
152
153
def render_tag(self, context, **kwargs):
154
"""
0 commit comments