diff --git a/core/core/settings.py b/core/core/settings.py index ae0192c..ebf1574 100644 --- a/core/core/settings.py +++ b/core/core/settings.py @@ -35,7 +35,7 @@ INSTALLED_APPS = [ 'homepage.apps.HomepageConfig', 'components.apps.ComponentsConfig', 'accounts.apps.AccountsConfig', - 'play.apps.PlayConfig', + 'play', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', diff --git a/core/templates/play/game/score_overview.html b/core/templates/play/game/score_overview.html index e69de29..f90e7b5 100644 --- a/core/templates/play/game/score_overview.html +++ b/core/templates/play/game/score_overview.html @@ -0,0 +1,5 @@ + + Spieler sehen ihre Punktzahl, Platzierung und Richtig/Falsch + + Host: Scoreboard, Button: 'Weiter' + \ No newline at end of file diff --git a/core/templates/play/game/wait_for_other_players.html b/core/templates/play/game/wait_for_other_players.html index e69de29..8094ed8 100644 --- a/core/templates/play/game/wait_for_other_players.html +++ b/core/templates/play/game/wait_for_other_players.html @@ -0,0 +1,5 @@ + + Spieler: Countdown, automatische Weiterleitung + + (Host: Frage) + \ No newline at end of file