modified: app.py

modified:   templates/quiz.html
	modified:   templates/quiz_buzzer.html
	modified:   templates/quiz_buzzer_multiplayer.html
	modified:   templates/quiz_multiplayer.html
This commit is contained in:
Simon
2025-11-15 02:23:37 +01:00
parent b30cef5c85
commit 575fcd3f8c
5 changed files with 19 additions and 0 deletions

View File

@@ -565,6 +565,7 @@
<!-- Navigation -->
<div style="text-align:center; margin-top:30px;">
<a href="/reset_scores/{{ playlist_id }}?mode={{ game_mode }}&buzzer=1" class="btn" style="background:linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);" onclick="return confirm('Punkte zurücksetzen?')">🔄 Punkte zurücksetzen</a>
<a href="/reset_quiz/{{ playlist_id }}?buzzer=1" class="btn btn-danger">{{ translations['end_quiz'] if translations.get('end_quiz') else '🏁 End Quiz' }}</a>
<a href="/playlists" class="btn btn-secondary">{{ translations['back_to_playlists'] if translations.get('back_to_playlists') else '⬅️ Back' }}</a>
</div>