modified: templates/global_admin_dashboard.html
modified: templates/server_admin_dashboard.html modified: templates/server_giveaways.html modified: templates/user_dashboard.html modified: templates/user_landing_page.html
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
{% include 'navigation.html' %}
|
||||
<div class="container mt-5">
|
||||
<h1>Welcome, {{ g.user_info.username }}!</h1>
|
||||
<p>Your Points: {{ user_data['points'] }}</p>
|
||||
<p>Level: {{ user_data['level'] }}</p>
|
||||
<p>Server ID: {{ guild_id }}</p>
|
||||
<p>Your Points: {{ g.user_data['points'] }}</p>
|
||||
<p>Level: {{ g.user_data['level'] }}</p>
|
||||
<p>Server ID: {{ g.guild_id }}</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user