flow changes
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
This commit is contained in:
@ -84,7 +84,7 @@
|
||||
<td><?= $res['bew'] ?></td>
|
||||
<td><?= $res['punkte'] ?></td>
|
||||
<td>
|
||||
<form id="tournament_import" hx-post="/tournaments/add" hx-encoding="multipart/form-data">
|
||||
<form id="tournament_import" hx-post="/tournaments/add" hx-encoding="multipart/form-data" hx-target="#main">
|
||||
<input type="hidden" name="tournament_name" value="<?= $res['event'] ?>">
|
||||
<input type="hidden" name="tournament_date" value="<?= date("d.m.Y", strtotime($res['date'])) ?>">
|
||||
<input type="hidden" name="tournament_run" value="<?= $res['run'] ?>">
|
||||
|
Reference in New Issue
Block a user