fsd
This commit is contained in:
parent
ce48cc7282
commit
de84a302df
4 changed files with 6 additions and 6 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue