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 %}