From e825c3555d36b0e33e7100ffe0c0cae1a90bb84e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 21 Aug 2021 17:17:49 +0200 Subject: [PATCH] ddfdf --- files/templates/comments.html | 5 ++++- files/templates/submission.html | 5 ++++- files/templates/submission_listing.html | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 87a7b1886..2a6a89687 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -131,7 +131,10 @@ {% if c.is_blocking %} {% endif %} {% if c.is_blocked %} {% endif %} - {{c.author.username}}{% if c.author.customtitle %}  {{c.author.customtitle | safe}}{% endif %} + {% if c.author.verified %} +  {% endif %} + + {{c.author.username}}{% if c.author.customtitle %}  {{c.author.customtitle | safe}}{% endif %}  {{c.age_string}} {% if c.edited_utc %} diff --git a/files/templates/submission.html b/files/templates/submission.html index edc5319c4..84d40d9e7 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -225,7 +225,10 @@ {% if p.over_18 %}+18{% endif %} {% if p.private %}unlisted{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} -  {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %} +   + {% if p.author.verified %} +  {% 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 35bf6d568..f48cb2af7 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -106,7 +106,10 @@ {% if p.is_blocked %}{% endif %} {% if p.private %}unlisted{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} -  {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %} +   + {% if p.author.verified %} +  {% 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 %})