Die Dateien wurden wie folgt aktualisiert und hinzugefügt:
This commit is contained in:
@ -132,7 +132,7 @@ def admin_dashboard():
|
||||
}
|
||||
|
||||
admin_logger.info(f"Admin-Dashboard geladen von {current_user.username}")
|
||||
return render_template('admin.html', stats=stats, active_tab=None)
|
||||
return render_template('admin_modern.html', stats=stats, active_tab=None)
|
||||
|
||||
except Exception as e:
|
||||
admin_logger.error(f"Fehler beim Laden des Admin-Dashboards: {str(e)}")
|
||||
|
Reference in New Issue
Block a user