cake-order-tracker/templates/order/post_new.html
2025-01-29 17:14:23 +01:00

6 lines
No EOL
329 B
HTML

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