From f49b4a6faafd8c2fdaca256f8498c21a7983eb64 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 28 Apr 2024 00:07:25 +0300 Subject: [PATCH] fix prev commitr --- files/templates/awards.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}