b
This commit is contained in:
parent
4ef444711a
commit
ff30306792
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue