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}}