updated digiserver 2

This commit is contained in:
ske087
2025-11-12 16:07:03 +02:00
parent 2deb398fd8
commit e5a00d19a5
44 changed files with 2656 additions and 230 deletions

View File

@@ -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,