Add loading wheel on student card form for counter_click.jinja

This commit is contained in:
Antoine Bartuccio 2024-11-21 19:52:56 +01:00
parent b9733afe7b
commit 3551c795b3

View File

@ -35,7 +35,9 @@
hx-get="{{ url('counter:add_student_card_fragment', counter_id=counter.id, customer_id=customer.pk) }}" hx-get="{{ url('counter:add_student_card_fragment', counter_id=counter.id, customer_id=customer.pk) }}"
hx-trigger="load" hx-trigger="load"
hx-swap="outerHTML" hx-swap="outerHTML"
></div> >
<div aria-busy="true" style="min-height: 100px;"></div>
</div>
{% endif %} {% endif %}
</div> </div>