remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 10:36:46 -06:00
parent 04d187271f
commit 27ca11952f
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@
<input type="checkbox" class="w-5 h-5" id="privateCheck" name="private">
<label class="-mt-0.5 pl-1 select-none" for="privateCheck">Draft</label>
</div>
{% if v.admin_level == 6 or (v.coins >= 750 and not v.club_banned) %}
{% if v.paid_dues %}
<div class="flex items-center">
<input type="checkbox" class="w-5 h-5" id="clubCheck" name="club">
<label class="-mt-0.5 pl-1 select-none" for="clubCheck">Country Club thread</label>
<label class="-mt-0.5 pl-1 select-none" for="clubCheck">{{cc}} thread</label>
</div>
{% endif %}
</div>