From 33a9a84cd90f756aa8aa7ad2f0297c37213b5e7d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 5 Feb 2022 23:44:16 +0200 Subject: [PATCH] fgd --- files/templates/submit.html | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/files/templates/submit.html b/files/templates/submit.html index 6c4a35e301..9ab22ceda9 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -79,21 +79,22 @@ + {% if SUBS %} + - - -
- + - {% endfor %} - -
+ {% for s in SUBS %} + + {% endfor %} + + + {% endif %}