From 6723b45ffce23594be32500945c170587898eac9 Mon Sep 17 00:00:00 2001 From: Burathar Date: Tue, 7 Jul 2020 10:19:28 +0200 Subject: [PATCH] add link to game page in index page table --- app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/index.html b/app/templates/index.html index 02b2f57..f22dd83 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -19,7 +19,7 @@ {% for game in current_user.games %} - {{ game.name }} + {{ game.name }} {{ game.state.name}} {{ game.start_time }} {{ game.end_time }}