diff --git a/app/app.py b/app/app.py index 294f0cc..d83cfdc 100644 --- a/app/app.py +++ b/app/app.py @@ -92,7 +92,7 @@ def logout(): return redirect('/') @app.route('/auth/profile/') -def privateProfile(): +def private_profile(): return render_template('account.j2', userName='alice') #temporary name @app.route('/assets/css/index.css')