''Über Uns''

This commit is contained in:
2025-04-29 20:31:02 +01:00
parent a59ce652af
commit 6a53e621ca
5 changed files with 100 additions and 13 deletions

4
app.py
View File

@@ -518,6 +518,10 @@ def datenschutz():
def agb():
return render_template('agb.html')
@app.route('/ueber-uns/')
def ueber_uns():
return render_template('ueber_uns.html')
# Benutzer-Mindmap-Funktionalität
@app.route('/my-mindmap/<int:mindmap_id>')
@login_required