aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/auth.py')
-rw-r--r--apioforum/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/auth.py b/apioforum/auth.py
index 2d42407..d19ad57 100644
--- a/apioforum/auth.py
+++ b/apioforum/auth.py
@@ -28,7 +28,7 @@ def login():
flash(err)
- return render_template("auth/login.html")
+ return render_template("auth/login.html.j2")
@bp.route("/cool")