This commit is contained in:
Aevann1 2022-04-12 22:45:07 +02:00
parent ce48cc7282
commit de84a302df
4 changed files with 6 additions and 6 deletions

View file

@ -75,8 +75,8 @@
</div>
<div class="custom-control custom-switch">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="Readonly mode" {% if site_settings['Readonly mode'] %}checked{% endif %} onchange="post_toast(this,'/admin/site_settings/Readonly mode');">
<label class="custom-control-label" for="Readonly mode">Readonly mode</label>
<input autocomplete="off" type="checkbox" class="custom-control-input" id="Read-only mode" {% if site_settings['Read-only mode'] %}checked{% endif %} onchange="post_toast(this,'/admin/site_settings/Read-only mode');">
<label class="custom-control-label" for="Read-only mode">Read-only mode</label>
</div>
<div class="custom-control custom-switch">