diff --git a/files/templates/comments.html b/files/templates/comments.html index ba0d059051..c0af9b983a 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -136,7 +136,7 @@
- {% if last_view_utc and c.created_utc > last_view_utc and not (v and v.id==c.author_id) and (not v or v.highlightcomments) %}{% endif %} + {% if last_view_utc and c.created_utc > last_view_utc and not (v and v.id==c.author_id) and (not v or v.highlightcomments) %}{% endif %} {% if c.awards %} {% for a in c.awards[:5] %} @@ -145,20 +145,20 @@ {% endif %} {% if c.bannedfor and c.author.banned_by %} - + {% endif %} {% if c.active_flags %}{{c.active_flags}} Reports{% endif %} {% if c.over_18 %}+18{% endif %} {% if v and v.admin_level==6 and c.author.shadowbanned %}{% endif %} - {% if c.is_pinned %}{% endif %} - {% if c.distinguish_level %}{% endif %} - {% if c.is_op %}{% endif %} - {% if c.is_bot %}{% endif %} - {% if c.is_blocking %}{% endif %} - {% if c.is_blocked %}{% endif %} + {% if c.is_pinned %}{% endif %} + {% if c.distinguish_level %}{% endif %} + {% if c.is_op %}{% endif %} + {% if c.is_bot %}{% endif %} + {% if c.is_blocking %}{% endif %} + {% if c.is_blocked %}{% endif %} - {% if c.author.verified %} + {% if c.author.verified %} {% endif %} {{c.author.username}}{% if c.author.customtitle %}  {% if c.author.quadrant %}{% endif %}{{c.author.customtitle | safe}}{% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index 075e9f5331..71032d1c1d 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -415,7 +415,7 @@
  • Edit
  • {% endif %} -
  • Votes
  • +
  • Votes
  • {% if v and v.id!=p.author_id %}
  • Give Award
  • diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index a2a0b6f378..a382feb7ee 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -156,7 +156,7 @@ {% endif %}
  • {{p.comment_count}}
  • -
  • Votes
  • +
  • Votes
  • {% if v and v.id!=p.author_id %}
  • Give Award