Add inventory system overview page with detailed module descriptions and styles

This commit is contained in:
2026-03-24 14:25:43 +01:00
parent bb501b345e
commit 7e45cec5f8
5 changed files with 2256 additions and 1013 deletions
+5
View File
@@ -278,6 +278,11 @@ def projekte():
return render_template("projekte.html")
@app.route('/inventarsystem')
def inventarsystem():
return render_template("inventarsystem.html")
@app.route('/team')
def team():
return render_template("team.html")