Merge branch 'master' into 44-zuruecksetz-funktion-fuer-teilnehmer

This commit is contained in:
Juhn-Vitus Saß
2025-04-21 19:58:22 +02:00
43 changed files with 1228 additions and 156 deletions

View File

@@ -7,11 +7,13 @@
<!-- Quiz Info -->
<div class="text-center mb-8">
<h3 class="text-xl text-gray-600 mb-2">{{ quiz.name }}</h3>
{% if request.session.mode != "learn" %}
<div class="bg-blue-100 rounded-lg p-4 mb-4">
<h1 class="text-4xl font-bold text-blue-800">{{ quiz_game.join_code }}</h1>
<p class="text-sm text-blue-600 mt-1">Spiel-Code</p>
</div>
</div>
{% endif %}
<!-- Participant Info -->
{% if participant %}