breadcrumbs
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<!-- das hier sollte bei einem Turnier mehrfach hinzugefügt werden können. Auswahl aus Agility & Jumping -->
|
||||
<div>
|
||||
<h1>Lauf <?= $tournament_id?'Bearbeiten':'Hinzufügen'; ?></h1>
|
||||
<h1>Lauf <?= $run_id?'Bearbeiten':'Hinzufügen'; ?></h1>
|
||||
|
||||
<form id="tournamenteditform" hx-post="/runs/validate" hx-encoding='multipart/form-data' hx-target="#response">
|
||||
<input type="hidden" name="tournament_id" value="<?= $tournament_id; ?>">
|
||||
|
Reference in New Issue
Block a user