diff options
Diffstat (limited to 'app/modules/auth')
| -rw-r--r-- | app/modules/auth/routes.py | 2 | 
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") | 
