From 27b5fe2b30095c9aaf07ad8091482d694f4307ec Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 21 Aug 2021 17:33:01 +0200 Subject: [PATCH] =?UTF-8?q?=D9=8A=D8=A8=D9=8A=D8=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/templates/submission.html | 4 ++-- files/templates/submission_listing.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 84d40d9e7..59cf1676e 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -225,9 +225,9 @@ {% if p.over_18 %}+18{% endif %} {% if p.private %}unlisted{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} -   {% if p.author.verified %} -  {% endif %} + {% endif %} +   {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}  {{p.age_string}} ({% if p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %}) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index f48cb2af7..d24706bc8 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -106,9 +106,9 @@ {% if p.is_blocked %}{% endif %} {% if p.private %}unlisted{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} -   {% if p.author.verified %} -  {% endif %} + {% endif %} +   {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}  {{p.age_string}}