diff --git a/templates/base.html b/templates/base.html
index bec3fed..8f604d0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -29,6 +29,9 @@
{{ columNames }}
{% for player in playerList %}
{% set count = loop.index + start %}
+ {% if count == 0 %}
+ {% set count = 1 %}
+ {% endif %}
{% if count % 2 == 0 %}
{{ player.getLineHTML(count) }}