1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-01-30 18:53:36 +00:00
mipilin/views/confirm.pug
roxwize a3e6df6ce8
Rae from website
Signed-off-by: roxwize <rae@roxwize.xyz>
2025-01-22 20:34:25 -05:00

9 lines
299 B
Text

extends site.pug
block content
form(action=url, method="post")
for [k, v] of Object.entries(body)
input(type="text", name=k, value=v, hidden)
p Sure you want to do this??
button(name="confirm", value="y") Yes
button(onclick="history.back();") NO!!!!