From a1df8720f54c0d897c8a4c40dc86ac612570904f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sat, 7 Sep 2024 23:20:17 +0200 Subject: [PATCH] Fix missing variable reference --- 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 676b1c9..53e1727 100644 --- a/games/templates/stats.html +++ b/games/templates/stats.html @@ -9,7 +9,7 @@ {{ purchase.name }} ({{ purchase.edition.name }} {{ purchase.get_type_display }}) {% else %} - + {% endif %} {% endpartialdef %} {% block content %}