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

8 lines
192 B
HTML
Raw Normal View History

2022-09-25 19:51:21 +02:00
{% load static %}
<div hx-get="{% url url %}"
2023-03-25 20:01:14 +01:00
hx-trigger="load"
hx-swap="outerHTML"
2022-09-25 19:51:21 +02:00
>
<img class="htmx-indicator" src="{% static 'purchase/spinner.gif' %}" alt="Spinner">
</div>