forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 14:17:32 -06:00
parent 24286579d9
commit 3fbffa3cb5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
</div>
<div class="relative modal-body">
<!-- If user has less than 100 dramacoin, disable form -->
{% if u.coins >= 100 %}
{% if u.coins < 100 %}
<div class="absolute left-0 bottom-0 flex flex-col items-center justify-center w-full h-full bg-white/60 z-10">
<p class="text-lg font-bold text-gray-900 mb-0">
You need at least 100 dramacoin to send coins.