cake-order-tracker/templates/order/confirmation.html
2025-01-28 21:50:17 +01:00

5 lines
No EOL
331 B
HTML

<div id="order_confirmation" hx-get="new_order.html" hx-swap="outerHTML">
<button hx-get="new_order.html" hx-target="#order_confirmation" hx-swap="outerHTML" x-on:click="open = false">Back</button>
<button hx-get="new_order.html" hx-target="#order_confirmation" hx-swap="outerHTML">New Order</button>
{{.Status}}
</div>