From 9cfb1d0059184176b827bd0d266d91309d412bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Sun, 30 Apr 2017 14:10:38 +0300 Subject: [PATCH] Adding username in the result table --- src/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/index.html b/src/templates/index.html index 985040c..34c932d 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -10,6 +10,7 @@ + @@ -19,6 +20,7 @@ {% for item in results %} +
Username GPU CPU Score
{{ item.name }} {{ item.gpu }} {{ item.cpu }} {{ item.score }}