From 694537fdf1308c55556b34b612c645f98220b685 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 5 Nov 2018 09:19:01 +1000 Subject: [PATCH] fixed dumb typo --- web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.py b/web.py index 5a98970..845b57b 100755 --- a/web.py +++ b/web.py @@ -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():