fixed dumb typo

This commit is contained in:
Lynne Megido 2018-11-05 09:19:01 +10:00
parent ffbe4db922
commit 694537fdf1
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

2
web.py
View File

@ -26,7 +26,7 @@ def main():
@app.route('/home')
def home():
return render_templae("home.html")
return render_template("home.html")
@app.route('/internal/auth_a')
def internal_auth_a():