This commit is contained in:
Aevann1 2021-09-12 06:49:51 +02:00
parent d09b2f596c
commit a808803bc2
5 changed files with 8 additions and 29 deletions

View file

@ -44,7 +44,7 @@
{% endfilter %}
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="disablesignups" name="disablesignups" {% if x == "yes" %}checked{% endif %} onchange="post('/admin/disablesignups');">
<input 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>