mmmhhh cheese

This commit is contained in:
2026-01-08 23:05:15 +01:00
parent d0e55fa309
commit f2af58a2a5
6 changed files with 28 additions and 7 deletions

View File

@@ -90,3 +90,7 @@ def dsgvo():
@bp.route('/impressum')
def impressum():
return render_template('impressum.html')
@bp.route('/rules')
def rules():
return render_template('rules.html')