7 lines
195 B
HTML
Executable File
7 lines
195 B
HTML
Executable File
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Admin Controls</h1>
|
|
<p>Manage bot permissions and other admin settings here.</p>
|
|
<!-- Restrict this page to admins only -->
|
|
{% endblock %} |