From 3551c795b36cc415e1c9a563954a0c27929ed0c6 Mon Sep 17 00:00:00 2001 From: Sli Date: Thu, 21 Nov 2024 19:52:56 +0100 Subject: [PATCH] Add loading wheel on student card form for counter_click.jinja --- counter/templates/counter/counter_click.jinja | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/counter/templates/counter/counter_click.jinja b/counter/templates/counter/counter_click.jinja index 3c153879..323a5905 100644 --- a/counter/templates/counter/counter_click.jinja +++ b/counter/templates/counter/counter_click.jinja @@ -35,7 +35,9 @@ hx-get="{{ url('counter:add_student_card_fragment', counter_id=counter.id, customer_id=customer.pk) }}" hx-trigger="load" hx-swap="outerHTML" - > + > +
+ {% endif %}