forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-11 12:03:13 -06:00
parent df38e4e9d8
commit fdfc9c66b5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% set count = p.award_count("gingerbread") * 1 if p.award_count("gingerbread") < 10 else 10 %}
{% set count = 10 %}
{% for i in range(count) %}
<div class="snowflake pointer-events-none animate-spin">

View File

@ -46,7 +46,7 @@
{% endif %}
<!-- Ginger Marsey award -->
{% include "/awards/Christmas/Gingerbread.html" %}
{% include "/awards/Christmas/Gingerbread.html" %}
<!-- Javascript -->