From c6cef3a723ecff0d35d1e860647d317203d1ddd8 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 7 Jul 2019 17:24:14 +0200 Subject: [PATCH] fix indexing for <100 players --- templates/base.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index 8f604d0..bec3fed 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,9 +29,6 @@
{{ columNames }}
{% for player in playerList %} {% set count = loop.index + start %} - {% if count == 0 %} - {% set count = 1 %} - {% endif %} {% if count % 2 == 0 %}
{{ player.getLineHTML(count) }}