form control for inputs added
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
piapassecker
2023-11-02 17:59:19 +01:00
parent bb26619858
commit 7e16ddfa1f
2 changed files with 12 additions and 12 deletions

View File

@ -15,7 +15,7 @@
<div class="mb-3 mb-md-4">
<label for="tournament_duration">Dauer der Veranstaltung in Tagen</label>
<input type="number" min="1" max="7" value="<?= $tournamentdata['duration']; ?>" id="tournament_duration" name="tournament_duration" placeholder="1" class="form-control">
<input type="number" min="1" max="7" value="<?= $tournamentdata['duration']; ?>" id="tournament_duration" name="tournament_duration" value="1" class="form-control">
</div>
<div class="mb-3 mb-md-4">