diff --git a/files/templates/awards.html b/files/templates/awards.html index 64d8364fd..ff0ea6faa 100644 --- a/files/templates/awards.html +++ b/files/templates/awards.html @@ -29,7 +29,7 @@ {{stackable_award('firework')}} {% endif %} - {% if p.award_count("confetti", v) and IS_BDAY() %} + {% if p.award_count("confetti", v) or IS_BDAY() %}
{% endif %}