This commit is contained in:
kek7198 2021-12-13 08:27:54 -06:00
parent a82d42ddbe
commit e167208d54

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 v.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.