Create a general base layout for public pages
Make a separate template for login route
This commit is contained in:
@@ -12,7 +12,9 @@ bp = Blueprint("atst", __name__)
|
||||
|
||||
@bp.route("/")
|
||||
def root():
|
||||
return render_template("root.html")
|
||||
return render_template("login.html")
|
||||
|
||||
|
||||
@bp.route("/help")
|
||||
def helpdocs():
|
||||
return render_template("help/index.html")
|
||||
|
Reference in New Issue
Block a user