fsd
This commit is contained in:
parent
c747074df4
commit
ce48cc7282
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@ venv/
|
|||
.sass-cache/
|
||||
flask_session/
|
||||
.DS_Store
|
||||
site_settings
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue