checkout/src/purchase/templates/purchase/snippets/htmx_plot.html

8 lines
190 B
HTML

{% load static %}
<div hx-get="{% url url %}"
hx-trigger="load"
hx-swap="outerHTML"
>
<img class="htmx-indicator" src="{% static 'purchase/spinner.gif' %}" alt="Spinner">
</div>