changed case
This commit is contained in:
parent
a866dcff53
commit
e1fc1f7edf
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ def logout():
|
||||||
return redirect('/')
|
return redirect('/')
|
||||||
|
|
||||||
@app.route('/auth/profile/')
|
@app.route('/auth/profile/')
|
||||||
def privateProfile():
|
def private_profile():
|
||||||
return render_template('account.j2', userName='alice') #temporary name
|
return render_template('account.j2', userName='alice') #temporary name
|
||||||
|
|
||||||
@app.route('/assets/css/index.css')
|
@app.route('/assets/css/index.css')
|
||||||
|
|
Loading…
Add table
Reference in a new issue