diff --git a/files/templates/sidebars/SubmissionSidebar.html b/files/templates/sidebars/SubmissionSidebar.html index f0a63e325..3ee356ff5 100644 --- a/files/templates/sidebars/SubmissionSidebar.html +++ b/files/templates/sidebars/SubmissionSidebar.html @@ -85,11 +85,13 @@ {{ 'vote' if ups + downs == 1 else 'votes' }} on this post

+ {% if p.awards.length %}
  • {{ p.awards.length }} {{ 'award' if p.awards.length == 1 else 'awards' }} gifted

  • + {% endif %}