remotes/1693045480750635534/spooky-22
fireworks88 2021-07-26 16:45:12 +02:00
parent 3c697f01f5
commit a66e35c20a
1 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@
{% endfilter %}
{#<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="disablesignups" name="disablesignups" {% if b.disablesignups %}checked{% endif %} onchange="post('/disablesignups');">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="disablesignups" name="disablesignups" {% if 'DISABLESIGNUPS' | app_config %}checked{% endif %} onchange="post('/disablesignups');">
<label class="custom-control-label" for="disablesignups">Disable signups</label>
</div>#}
</div>
{% endblock %}