diff --git a/files/templates/comments.html b/files/templates/comments.html index df41f3c54..10338982d 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -34,7 +34,7 @@ {% endif %} {% if v and v.admin_level > 1 %} - + {% endif %} {% if v %} - + {% include "award_modal.html" %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %} @@ -61,7 +61,7 @@ {% endif %} {% if p.award_count("shit") %} - + {% set minbugs = 10*p.award_count("shit") if p.award_count("shit") < 3 else 20 %} {% set maxbugs = 20*p.award_count("shit") if p.award_count("shit") < 3 else 40 %} + {% set minbugs = 10*p.award_count("fireflies") if p.award_count("fireflies") < 3 else 20 %} {% set maxbugs = 20*p.award_count("fireflies") if p.award_count("fireflies") < 3 else 40 %} + {% endif %} - + -