From c0e474bffccd490a250cc3348688cde13ab55bfa Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 9 Dec 2021 09:14:25 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 18 ++++++++++-------- files/templates/submission_listing.html | 13 ++++++++----- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 279a0e240..7e0780eaa 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -336,13 +336,14 @@ {% endif %} -
+
-
+
{{ p.author.username }} avatar
{% if v and v.admin_level==6 and p.author.shadowbanned %} + {% endif %} {% if p.distinguish_level %} @@ -354,7 +355,8 @@ {% if p.author.verified %} {% endif %} - {% if p.author.customtitle %} - + {% if p.author.quadrant %} {% endif %} @@ -379,18 +381,18 @@ {% endif %} - {{p.age_string}} + {{p.age_string}} {% if p.edited_utc %} Edited - {{p.edited_string}} + {{p.edited_string}} {% endif %} {% if p.realurl(v) %} - ({{p.domain}}) + ({{p.domain}}) {% else %} - (text post) + (text post) {% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index b74bde850..9184b90b7 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -146,19 +146,22 @@ {% endif %} {% if p.realurl(v) %} - ({{p.domain}}) + + ({{p.domain}}) {% else %} - (text post) + (text post) {% endif %} {% if p.active_flags %} - + {% endif %} {% if p.bannedfor and p.author.banned_by %} - + + + {% endif %}