forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-30 21:45:11 -06:00
parent 2a64ab3163
commit 49f4ba885f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<h2 class="ml-2 font-bold text-lg font-heading leading-normal mb-2">Quick Actions</h2>
<div class="flex flex-col space-y-4 mb-3">
<div class="flex items-center">
<input type="checkbox" id="disablesignups" name="disablesignups" onchange="post_toast('/admin/disablesignups');" {% if x == "yes" %}checked{% endif %}>
<input type="checkbox" id="disablesignups" class="h-5 w-5" name="disablesignups" onchange="post_toast('/admin/disablesignups');" {% if x == "yes" %}checked{% endif %}>
<label class="label ml-2" for="disablesignups">Disable signups</label>
</div>
</div>