Mixins
- class terminusgps.mixins.HtmxTemplateResponseMixin[source]
Renders a partial HTML template depending on HTTP headers.
Public Methods:
render_to_response
(context, **response_kwargs)Return a response, using the response_class for this view, with a template rendered with the given context.
Inherited from
TemplateResponseMixin
render_to_response
(context, **response_kwargs)Return a response, using the response_class for this view, with a template rendered with the given context.
Return a list of template names to be used for the request.