diff --git a/files/templates/comments.html b/files/templates/comments.html index 18a825ad64..c0af9b983a 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -283,7 +283,7 @@ {% endif %} -
  • Votes
  • +
  • Votes
  • {% if v %}
  • Unsave
  • diff --git a/files/templates/submission.html b/files/templates/submission.html index 670c1f0675..d434e4ecdc 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -138,7 +138,7 @@ {% endif %} {% endif %} - + {% if v and v.id!=p.author_id %} @@ -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 f82773528e..a5c5dc736d 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