From b98b976eeda29e84ce1778b8828b307b5265a999 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 25 Nov 2021 10:36:06 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 4f5a3abddc..aff6359aa0 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -78,7 +78,17 @@ {% if p.author.verified %} {% endif %} {% if not p.award_count('ghosts') %} - {{p.author.username}}{% if p.author.customtitle %}  {% if p.author.quadrant %}{% endif %}{{p.author.customtitle | safe}}{% endif %} + + {% if p.author.customtitle %} +    + {% if p.author.quadrant %} + + {% endif %} + {{p.author.customtitle | safe}} + + {% endif %} {% endif %}  {{p.age_string}}