Compare commits

..

No commits in common. "f6243fba91f4c79425bce7c8cc05e91ebdc90804" and "c30653f6fc64bebd5432cb671e840ff83b53180c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ services:
image: adminer image: adminer
restart: always restart: always
ports: ports:
- 8081:8080 - 8080:8080

View File

@ -11,7 +11,7 @@
@:return_to_main_html() @:return_to_main_html()
</div> </div>
<form hx-post="/api/dancers" hx-target="next #dancer_list" hx-swap="afterbegin" hx-on::after-request=" if(event.detail.successful) this.reset()"> <form hx-post="/api/dancers" hx-target="next #dancer_list" hx-swap="afterbegin">
<div class="flex w-3/5"> <div class="flex w-3/5">
<div class="relative"> <div class="relative">
<input type="text" id="name" name="name" <input type="text" id="name" name="name"