From cd90d604751e10718fd111fb640f46da2fd70802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 1 Dec 2024 11:00:15 +0100 Subject: [PATCH] fix monthly playtime not displaying this bug was introduced in d622ddfbf3bdc0edad6947ec9904890873aa0a09 --- games/templates/stats.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/templates/stats.html b/games/templates/stats.html index 4a204be..f54b493 100644 --- a/games/templates/stats.html +++ b/games/templates/stats.html @@ -100,7 +100,7 @@ {% endif %} - {% if month_playtime %} + {% if month_playtimes %}

Playtime per month