forked from MarseyWorld/MarseyWorld
master
parent
92f1420e0f
commit
77e5eaf1a6
|
@ -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');">
|
||||
|
|
Loading…
Reference in New Issue