added legal shit

This commit is contained in:
2026-01-08 19:21:12 +01:00
parent 6d21b232da
commit d0e55fa309
8 changed files with 342 additions and 146 deletions

View File

@@ -82,3 +82,11 @@ def verify_email(token):
msg += " Since you need a team, please join the #looking-for-group channel."
return render_template('success.html', message=msg, discord_link=discord_link, discord_token=discord_token)
@bp.route('/dsgvo')
def dsgvo():
return render_template('dsgvo.html')
@bp.route('/impressum')
def impressum():
return render_template('impressum.html')