remotes/1693045480750635534/spooky-22
Aevann1 2022-04-12 21:09:15 +02:00
parent 1333e419fa
commit e42e7c37b7
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -9,4 +9,5 @@ venv/
.vscode/
.sass-cache/
flask_session/
.DS_Store
.DS_Store
site_settings

View File

@ -58,7 +58,7 @@
{% endif %}
{% if v.admin_level > 2 %}
<pre></pre>
<div class="custom-control custom-switch">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="signups" {% if site_settings['Signups'] %}checked{% endif %} onchange="post_toast(this,'/admin/site_settings/Signups');">
<label class="custom-control-label" for="signups">Signups</label>