diff --git a/lobby/templates/lobby/player_screen.html b/lobby/templates/lobby/player_screen.html index 1dc05a4..b499089 100644 --- a/lobby/templates/lobby/player_screen.html +++ b/lobby/templates/lobby/player_screen.html @@ -7,6 +7,7 @@ #guessStatus { margin: 6px 0 10px; font-size: 0.95rem; color: #333; } #lieStatus { margin: 6px 0 10px; font-size: 0.95rem; color: #333; } #joinStatus { margin: 6px 0 10px; font-size: 0.95rem; color: #333; } +#phaseStatus { margin: 6px 0 10px; font-size: 0.95rem; color: #333; } #lieStatus.locked { color: #0a5f2d; font-weight: 600; } #guessStatus.locked { color: #0a5f2d; font-weight: 600; } @@ -28,6 +29,7 @@
Vælg et svar.
+Fase: ukendt (opdatér session-status).
Klar.