updated digiserver 2
This commit is contained in:
@@ -59,7 +59,7 @@ def admin_panel():
|
||||
|
||||
storage_mb = round(total_size / (1024 * 1024), 2)
|
||||
|
||||
return render_template('admin.html',
|
||||
return render_template('admin/admin.html',
|
||||
total_users=total_users,
|
||||
total_players=total_players,
|
||||
total_groups=total_groups,
|
||||
|
||||
Reference in New Issue
Block a user