forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/templates/CHRISTMAS/submission/SubmissionAwards.html

17 lines
492 B
HTML
Raw Normal View History

2021-12-11 06:25:26 +00:00
<!-- Train award -->
2021-11-24 16:48:06 +00:00
{% if p.award_count("train") %}
2021-12-19 13:01:28 +00:00
{% include "CHRISTMAS/awards/Christmas/Sleighs.html" %}
2021-12-04 20:10:56 +00:00
{% endif %}
2021-12-11 06:25:26 +00:00
<!-- Poop award -->
{% if p.award_count("shit") %}
2021-12-31 22:26:19 +00:00
<script src="/static/assets/js/critters.js?a=3"></script>
<script src="/static/assets/js/bugs.js?a=3"></script>
2021-12-11 06:25:26 +00:00
{% endif %}
<!-- Fireflies award -->
{% if p.award_count("fireflies") %}
2021-12-31 22:26:19 +00:00
<script src="/static/assets/js/critters.js?a=3"></script>
<script src="/static/assets/js/fireflies.js?a=3"></script>
2021-12-11 06:25:26 +00:00
{% endif %}