We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3df71 commit 990daf7Copy full SHA for 990daf7
bolt-htmx/bolt/htmx/views.py
@@ -5,7 +5,7 @@ class HTMXViewMixin:
5
htmx_template_name = ""
6
7
def render_template(self):
8
- template = super().get_template()
+ template = self.get_template()
9
context = self.get_context()
10
11
if self.is_htmx_request and self.htmx_fragment_name:
0 commit comments