Skip to content

Commit 990daf7

Browse files
committed
Fix htmx mixin
1 parent 1d3df71 commit 990daf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt-htmx/bolt/htmx/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class HTMXViewMixin:
55
htmx_template_name = ""
66

77
def render_template(self):
8-
template = super().get_template()
8+
template = self.get_template()
99
context = self.get_context()
1010

1111
if self.is_htmx_request and self.htmx_fragment_name:

0 commit comments

Comments
 (0)