From 9a1e3edef972faab5a3f48441e044475f8629d7f Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Tue, 14 Feb 2023 20:02:07 +0000 Subject: [PATCH] Put card-title and badge in div Signed-off-by: HackerNCoder --- templates/games.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/games.html b/templates/games.html index 7f8abfa..d80992e 100644 --- a/templates/games.html +++ b/templates/games.html @@ -18,8 +18,10 @@
-

{{project.title}}

- {% if project.weblate %}{{ _("Translated by the Queerscriptors") }}{% endif %} +
+

{{project.title}}

+ {% if project.weblate %}{{ _("Translated by the Queerscriptors") }}{% endif %} +
{{project.body}}