From 027e77597590a0df4cb25cf9b0acda8c86a13967 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Wed, 28 Jul 2021 17:14:28 +0200 Subject: [PATCH] sneed --- 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 e8921b16b..c5eb7f13b 100644 --- a/drama/templates/submission.html +++ b/drama/templates/submission.html @@ -227,7 +227,7 @@ {% if p.private %}unlisted{% endif %} {% if p.repost_id %}repost{% endif %} {% if p.flags %}{{p.active_flags}} Reports{% endif %} -    {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% 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/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index 02359401d..63b4dffa7 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -121,7 +121,7 @@ {% if p.private %}unlisted{% endif %} {% if p.repost_id %} repost{% endif %} {% if p.flags %}{{p.active_flags}} Reports{% endif %} -  {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% 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 %})