checkout/src/purchase/templates/purchase/snippets/htmx_plot.html
2023-03-25 20:01:14 +01:00

8 lines
192 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>