diff --git a/files/templates/submission.html b/files/templates/submission.html index 6213a13da8..9068b830f7 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -709,12 +709,14 @@ {% endif %} {% if p.realurl(v) and not v_forbid_deleted %} -

- {% if p.club %}{{CC}}{% endif %} - {% if p.category %}{{help.submission_category_tag(p.category.name, p.category.color_text, p.category.color_bg)}}{% endif %} - {% if p.flair %}{{p.flair | safe}}{% endif %} - {{p.realtitle(v) | safe}} -

+

+ + {% if p.club %}{{CC}}{% endif %} + {% if p.category %}{{help.submission_category_tag(p.category.name, p.category.color_text, p.category.color_bg)}}{% endif %} + {% if p.flair %}{{p.flair | safe}}{% endif %} + {{p.realtitle(v) | safe}} + +

{% else %}

{% if p.club %}{{CC}}{% endif %}