This commit is contained in:
Aevann1 2021-12-28 14:41:26 +02:00
parent 84dc9c6101
commit 9eb4740d22
39 changed files with 309 additions and 309 deletions

View file

@ -56,7 +56,7 @@
</ul>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="disablesignups" name="disablesignups" {% if x == "yes" %}checked{% endif %} onchange="post_toast('/admin/disablesignups');">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="disablesignups" name="disablesignups" {% if x == "yes" %}checked{% endif %} onchange="post_toast('/admin/disablesignups');">
<label class="custom-control-label" for="disablesignups">Disable signups</label>
</div>