fix
parent
24286579d9
commit
3fbffa3cb5
|
@ -9,7 +9,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="relative modal-body">
|
<div class="relative modal-body">
|
||||||
<!-- If user has less than 100 dramacoin, disable form -->
|
<!-- 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">
|
<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">
|
<p class="text-lg font-bold text-gray-900 mb-0">
|
||||||
You need at least 100 dramacoin to send coins.
|
You need at least 100 dramacoin to send coins.
|
||||||
|
|
Loading…
Reference in New Issue