diff --git a/files/templates/comments.html b/files/templates/comments.html index bed9f2010..de511e567 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -210,7 +210,7 @@ {% if c.author.verified %} {% endif %} - {{c.author.username}} + @{{c.author.username}}'s profile picture{{c.author.username}} {% if c.author.customtitle %}  {% if c.author.quadrant %}{{c.author.quadrant}} quadrant{% endif %}{{c.author.customtitle | safe}}{% endif %} {% if c.parent_comment_id and not standalone and level != 1 %}{{ c.parent_comment.author.username }}{% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index d549e4806..4e3301bf6 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -193,7 +193,7 @@ {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} {% if p.author.verified %} {% endif %} - {{p.author.username}}{% if p.author.customtitle %}  {% if p.author.quadrant %}{{p.author.quadrant}} quadrant{% endif %}{{p.author.customtitle | safe}}{% endif %} + @{{p.author.profile_url}}'s profile picture{{p.author.username}}{% if p.author.customtitle %}  {% if p.author.quadrant %}{{p.author.quadrant}} quadrant{% endif %}{{p.author.customtitle | safe}}{% endif %}  {{p.age_string}}   ({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %})