๐ Nutzungsstatistik
Aktuelle Gesamtzahlen der Plattform.
{{ stats[key] }}{{ label }}
{% endfor %}
+diff --git a/app/main.py b/app/main.py index d741adf..f6097e0 100644 --- a/app/main.py +++ b/app/main.py @@ -1461,6 +1461,34 @@ def admin_patches_page(request: Request): return template.render(user=user, patches=patches) +@app.get("/admin/statistics", response_class=HTMLResponse) +def admin_statistics_page(request: Request): + user = require_admin(request) + if not user: + return HTMLResponse("
Aktuelle Gesamtzahlen der Plattform.