Compare commits
2 Commits
c30653f6fc
...
f6243fba91
Author | SHA1 | Date |
---|---|---|
Zynh0722 | f6243fba91 | |
Zynh0722 | 6718f345ae |
|
@ -21,4 +21,4 @@ services:
|
|||
image: adminer
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 8081:8080
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
@:return_to_main_html()
|
||||
</div>
|
||||
|
||||
<form hx-post="/api/dancers" hx-target="next #dancer_list" hx-swap="afterbegin">
|
||||
<form hx-post="/api/dancers" hx-target="next #dancer_list" hx-swap="afterbegin" hx-on::after-request=" if(event.detail.successful) this.reset()">
|
||||
<div class="flex w-3/5">
|
||||
<div class="relative">
|
||||
<input type="text" id="name" name="name"
|
||||
|
|
Loading…
Reference in New Issue