added legal shit
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user