remotes/1693045480750635534/spooky-22
kek7198 2021-12-03 13:28:49 -06:00
parent d264eb52cc
commit 608c170838
3 changed files with 13 additions and 8 deletions

View File

@ -0,0 +1 @@
<div class="fixed top-0 bottom-0 left-0 right-0 pointer-events-none" style="z-index: 1050"></div>

View File

@ -13,8 +13,6 @@
{% block title %}
{% include "/submission/SubmissionAwards.html" %}
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.8/dist/clipboard.min.js"></script>
<script src="/assets/js/new_comments_count.js?v=53"></script>
@ -697,6 +695,8 @@
{% endif %}
{% endblock %}
{% include "/submission/SubmissionAwards.html" %}
{% block scripts %}
<script>
(() => {
@ -728,4 +728,6 @@
{%endif%}
})()
</script>
<!-- {% include "/assets/js/christmas/awards.js" %} -->
{% endblock %}

View File

@ -1,10 +1,12 @@
<!-- // Import Special Event Awards Template -->
<!-- {% if specialEvent %} -->
<!-- {% include "/{{ event.name }}/Awards.html" %} -->
<!-- {% endif %} -->
<!-- // Static Awards -->
<!-- Awards -->
{% if p.award_count("train") %}
{% include "/awards/Trains.html" %}
{% endif %}
<!-- Christmas Awards -->
<!-- {% if p.award_count("snow") %}
{% include "/awards/Snow.html" %}
{% endif %}
-->