From 4f320d5c8bcc8f4cd6d62b88a6fb47f57ce065ec Mon Sep 17 00:00:00 2001 From: ben8 Date: Fri, 31 Oct 2025 20:26:33 +0100 Subject: [PATCH] Fix --- django/templates/play/game/question_participant.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/templates/play/game/question_participant.html b/django/templates/play/game/question_participant.html index 9bc0c23..7d1766d 100644 --- a/django/templates/play/game/question_participant.html +++ b/django/templates/play/game/question_participant.html @@ -244,7 +244,7 @@ window.location.href = data.redirect_url; {% if question_data.type == "order" %} submitOrderAnswer(); - {% else %} + {% elif question_data.type != "map" %} submitAnswer(-1); {% endif %} }