From 4a05a7f849942d3091b64f1e55ecaadc52e5ef76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 22 Dec 2023 20:19:57 +0100 Subject: [PATCH] fix tables: prevent js error --- templates/variant.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/variant.html b/templates/variant.html index 758bfed..be48983 100644 --- a/templates/variant.html +++ b/templates/variant.html @@ -59,9 +59,8 @@ {% if num_player_stats.games_played == 0 %} There have been no games played on this variant with {{num_players}} players so far. - {% else %} -
{% endif %} +
{% endfor %}