privacy/terms/support/docs
This commit is contained in:
1 parent
2e1cc10dc7
commit
e9d4392b8c
7 files changed
+783
-5
No files matched your search
+11
-1
@@ -25,7 +25,17 @@ def home():
|
||||
|
||||
@public_bp.get("/help")
|
||||
def help():
|
||||
return render_template("docs.html")
|
||||
return render_template("support.html")
|
||||
|
||||
|
||||
@public_bp.get("/privacy")
|
||||
def privacy():
|
||||
return render_template("privacy.html")
|
||||
|
||||
|
||||
@public_bp.get("/terms")
|
||||
def terms():
|
||||
return render_template("terms.html")
|
||||
|
||||
|
||||
@public_bp.get("/explore")
|
||||
|
||||
Reference in new issue
Block a user