remotes/1693045480750635534/spooky-22
Aevann1 2022-02-17 09:03:51 +02:00
parent 92f1420e0f
commit 77e5eaf1a6
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,13 @@
<li><a href="/chart">Stat Chart</a></li>
</ul>
{% if SITE_NAME == 'PCM' %}
<h4>Configuration</h4>
<ul>
<li><a href="/admin/sidebar">Edit Sidebar</a></li>
</ul>
{% endif %}
{% if v.admin_level > 2 %}
<div class="custom-control custom-switch">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="disable_signups" name="disable_signups" {% if x == "yes" %}checked{% endif %} onchange="post_toast(this,'/admin/disable_signups');">