forked from rDrama/rDrama
1
0
Fork 0

add SITE_FULL_IMAGES

master
Aevann 2023-12-01 22:07:24 +02:00
parent 98e3b450af
commit 0ca5f1bbd7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<div class="fall-pumpkins">
{% for i in range(p.award_count("pumpkin", v)) %}
<div class="fall-pumpkin">
<img src="/e/marseypumpking.webp" class="animate-spin" alt="animate marsey pumpkin icon">
<img src="{{SITE_FULL_IMAGES}}/e/marseypumpking.webp" class="animate-spin" alt="animate marsey pumpkin icon">
</div>
{% endfor %}
</div>