finised app

This commit is contained in:
2025-01-22 11:29:29 +02:00
parent 0f17a68035
commit 060956fe99
8 changed files with 213 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
<h1 class="text-center mb-4">Add Player</h1>
<form action="{{ url_for('add_player') }}" method="post">
<div class="mb-3">
<label for="username" class="form-label">Username</label>
<label for="username" class="form-label">Player Name</label>
<input type="text" class="form-control" id="username" name="username" required>
</div>
<div class="mb-3">