From 1323cba20c5fdde1d400942bf45870564d90ede9 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Fri, 18 Nov 2022 22:38:32 +0100 Subject: [PATCH] Add endfor --- assets/css/styles.css | 3 +-- templates/games.html | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index fe9c1fc..7fa0cbd 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -3595,8 +3595,7 @@ textarea.form-control-lg { } .btn-sm, .btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; + padding: 0.75rem 1.25rem !important; border-radius: 0.2rem; } diff --git a/templates/games.html b/templates/games.html index 1174f82..a45185a 100644 --- a/templates/games.html +++ b/templates/games.html @@ -5,19 +5,25 @@ {% block twittertitle %}{{ this.title }} | Queerscriptors{% endblock %} {% block page %} {% include 'header.html' %} +
{% for project in this.children %} {% set image = project.attachments.images.first() %} -
-
-
- +
+
+
+
-
-
{{project.title}}
+
+

{{project.title}}

{{project.shortbody}}

+
+{% endfor %} +
{% endblock %}