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:
@@ -11,7 +11,7 @@
|
||||
<body>
|
||||
{% include 'navigation.html' %}
|
||||
<div class="container mt-5">
|
||||
<h1>Welcome, {{ g.user_info.username }}</h1>
|
||||
<h1>Welcome, {{ g.user_info['username'] }}</h1>
|
||||
<p>Select a server to view your server-specific data.</p>
|
||||
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user