diff --git a/WebHostLib/templates/tracker.html b/WebHostLib/templates/tracker.html
index 15cb1304..d703dfae 100644
--- a/WebHostLib/templates/tracker.html
+++ b/WebHostLib/templates/tracker.html
@@ -44,7 +44,8 @@
{%- for player, items in players.items() -%}
- {{ loop.index }} |
+ {{ loop.index }} |
{%- if (team, loop.index) in video -%}
{%- if video[(team, loop.index)][0] == "Twitch" -%}
@@ -120,7 +121,8 @@
|
{%- for player, checks in players.items() -%}
- {{ loop.index }} |
+ {{ loop.index }} |
{{ player_names[(team, loop.index)]|e }} |
{%- for area in ordered_areas -%}
{%- set checks_done = checks[area] -%}