Die Dateien wurden wie folgt aktualisiert und hinzugefügt:

This commit is contained in:
2025-06-19 12:10:12 +02:00
parent 0b9f3596bb
commit 07acd2840b
362 changed files with 1632 additions and 3 deletions

View File

@ -132,7 +132,7 @@ def admin_dashboard():
} }
admin_logger.info(f"Admin-Dashboard geladen von {current_user.username}") 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: except Exception as e:
admin_logger.error(f"Fehler beim Laden des Admin-Dashboards: {str(e)}") admin_logger.error(f"Fehler beim Laden des Admin-Dashboards: {str(e)}")

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More