From 2a9d826c6edd68392420dc730de4c503f628ddab Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 23 Sep 2021 18:37:51 +0200 Subject: [PATCH] fds --- files/templates/comments.html | 2 +- files/templates/submission.html | 4 ++-- files/templates/submission_listing.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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