From a8a9fecda76c47afcd15fa5a427476e021fe2ed0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 25 Jul 2021 17:02:48 +0200 Subject: [PATCH] df --- drama/templates/submission.html | 2 +- drama/templates/submission_listing.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drama/templates/submission.html b/drama/templates/submission.html index 30532501f1..cc020fadeb 100644 --- a/drama/templates/submission.html +++ b/drama/templates/submission.html @@ -235,7 +235,7 @@ {% if p.private %}unlisted{% endif %} {% if p.is_repost %}repost{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} - {% if p.author.is_deleted %}[deleted account]{% else %}   {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}{% endif %} + {% if p.author.is_deleted %}[deleted account]{% else %}   {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}{% endif %}  {{p.age_string}} ({% if p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %}) diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index 8bda45a449..630dcfc942 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -137,7 +137,7 @@ {% if p.private %}unlisted{% endif %} {% if p.is_repost %} repost{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} - {% if p.author.is_deleted %}[deleted account]{% else %} {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}{% endif %} + {% if p.author.is_deleted %}[deleted account]{% else %} {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}{% endif %}  {{p.age_string}}   ({% if p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %})