summaryrefslogtreecommitdiff
path: root/app/modules/auth/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/modules/auth/routes.py')
-rw-r--r--app/modules/auth/routes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/modules/auth/routes.py b/app/modules/auth/routes.py
index dd9e396..d0aee0c 100644
--- a/app/modules/auth/routes.py
+++ b/app/modules/auth/routes.py
@@ -62,7 +62,7 @@ def register():
db.session.commit()
flash(f"Created user {req['name_first']} {req['name_last']} successfully.")
return redirect(url_for("main.home"))
- return render_template("register.html", form=form)
+ return render_template("modules/register.html", form=form)
@auth.route("/logout")
Copyright 2019--2024 Marius PETER