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 %} }