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 8c92bdb commit b26b109Copy full SHA for b26b109
src/django_docutils/template.py
@@ -68,7 +68,7 @@ def render(
68
context["csrf_token"] = csrf_token_lazy(request)
69
context = {"source": self.source, "writer_name": "html"}
70
71
- return mark_safe(t.cast("str", core.publish_parts(**context)["html_body"]))
+ return mark_safe(core.publish_parts(**context)["html_body"])
72
73
74
register_pygments_directive()
0 commit comments