Grundlegende Funktion

This commit is contained in:
juhnsa
2025-04-07 17:19:54 +02:00
parent a89847f818
commit 3df748dc96
3 changed files with 5 additions and 3 deletions

View File

@@ -24,7 +24,8 @@
required
maxlength="20"
class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent"
placeholder="Dein Spielername">
placeholder="Dein Spielername"
value="{{ participant.display_name }}">
<p class="text-xs text-gray-500 mt-2">Maximal 20 Zeichen</p>
</div>