From b0b3567bf32323b538032c08873c8b85e2073061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sat, 18 Feb 2023 20:50:19 +0100 Subject: [PATCH] Fix displaying of "filterying by..." text --- games/templates/list_sessions.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/games/templates/list_sessions.html b/games/templates/list_sessions.html index e1cb812..50b059d 100644 --- a/games/templates/list_sessions.html +++ b/games/templates/list_sessions.html @@ -11,7 +11,13 @@
Total playtime: {{ total_duration }} over {{ dataset.count }} sessions.
{% endif %} {% if purchase or platform or edition %} + + + + + Filtering by "{% firstof purchase platform edition %}" + {% if purchase %}See all platforms{% endif %} {% endif %} {% if dataset.count >= 1 %}