mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-04 20:25:25 +02:00
Add terms and privacy legal documents
This commit is contained in:
@ -47,6 +47,14 @@ def index():
|
||||
def about():
|
||||
return render_template("about.html.j2")
|
||||
|
||||
@app.route("/terms")
|
||||
def terms():
|
||||
return render_template("terms_and_conditions.html.j2")
|
||||
|
||||
@app.route("/privacy")
|
||||
def privacy():
|
||||
return render_template("privacy_policy.html.j2")
|
||||
|
||||
@app.before_request
|
||||
def before_request():
|
||||
discord_api.init_discordrest()
|
||||
|
Reference in New Issue
Block a user