diff --git a/files/helpers/const.py b/files/helpers/const.py index e31a51f04..32fa821a9 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -55,7 +55,7 @@ SLURS = { "holohoax": "i tried to claim the Holocaust didn't happen because I am a pencil-dicked imbecile and the word filter caught me lol", "groomercord": "discord (actually a pretty cool service)", "pedocord": "discord (actually a pretty cool service)", - "i hate Carp": "i love Carp", + "i hate carp": "i love Carp", "manlet": "little king", "gamer": "g*mer", "journalist": "journ*list", diff --git a/files/templates/comments.html b/files/templates/comments.html index b5b22b0db..f40616faa 100755 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -397,9 +397,7 @@
  • Votes
  • {% if v %} - {% if v.id!=c.author_id %} - Give Award - {% endif %} + Give Award Unsave diff --git a/files/templates/submission.html b/files/templates/submission.html index 86019dfb9..878e844f5 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -278,7 +278,7 @@ - {% if v and v.id!=p.author_id %} + {% if v %} {% endif %} @@ -533,7 +533,7 @@ Votes - {% if v and v.id!=p.author_id %} + {% if v %} Give Award {% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index e7aae1e7e..d1ac07feb 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -211,7 +211,7 @@ Votes - {% if v and v.id!=p.author_id %} + {% if v %} Give Award {% endif %} @@ -389,7 +389,7 @@ - {% if v and v.id!=p.author_id %} + {% if v %} {% endif %}