remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 10:51:54 -06:00
parent a13d758f79
commit 0840504084
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
<div class="flex flex-col space-y-4 mb-3">
<div class="flex items-center">
<input type="checkbox" id="nsfwCheck" name="over_18">
<label class="inline-block pl-2 text-red-600 select-none" for="nsfwCheck">+18</label>
<label class="leading-4 inline-block pl-2 text-red-600 select-none" for="nsfwCheck">+18</label>
</div>
<div class="flex items-center">
<input type="checkbox" id="privateCheck" name="private">
<label class="inline-block pl-2 text-yellow-600 select-none" for="privateCheck">Draft</label>
<label class="leading-4 inline-block pl-2 text-yellow-600 select-none" for="privateCheck">Draft</label>
</div>
{% if v.paid_dues %}
<div class="flex items-center">
<input type="checkbox" id="clubCheck" name="club">
<label class="inline-block pl-2 text-gray-500 select-none" for="clubCheck">Country Club Thread</label>
<label class="leading-4 inline-block pl-2 text-gray-500 select-none" for="clubCheck">Country Club Thread</label>
</div>
{% endif %}
</div>