modified: app.py
modified: templates/global_admin_dashboard.html modified: templates/user_dashboard.html modified: templates/user_landing_page.html
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</nav>
|
||||
|
||||
<div class="container mt-5">
|
||||
<h1 class="text-center">Welcome, {{ g.user_info.username }} (Admin)</h1>
|
||||
<h1 class="text-center">Welcome, {{ g.user_info['username'] }} (Admin)</h1>
|
||||
<p class="text-center">Manage global bot settings and controls.</p>
|
||||
|
||||
<div class="card mt-4">
|
||||
|
||||
Reference in New Issue
Block a user