bb
This commit is contained in:
parent
5643c2099f
commit
cf3a15e539
1 changed files with 6 additions and 4 deletions
|
@ -64,9 +64,11 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if v.id == 1 %}
|
||||
<div class="custom-control custom-switch">
|
||||
<input autocomplete="off" type="checkbox" class="custom-control-input" id="under_attack" name="under_attack" {% if x2 == "yes" %}checked{% endif %} onchange="post_toast('/admin/under_attack');">
|
||||
<label class="custom-control-label" for="under_attack">Under attack mode</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue