CHORE: Fixed pep8 test failure
This commit is contained in:
parent
bbb4ed50fc
commit
d74f26c028
@ -68,7 +68,11 @@ def display_update(id: int):
|
|||||||
db = UserController()
|
db = UserController()
|
||||||
user = db.read_id(id)
|
user = db.read_id(id)
|
||||||
|
|
||||||
return render_template('index.html', content="user.html", updating_user=user)
|
return render_template(
|
||||||
|
'index.html',
|
||||||
|
content="user.html",
|
||||||
|
updating_user=user
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
@blueprint.post('/update/<int:id>')
|
@blueprint.post('/update/<int:id>')
|
||||||
|
Loading…
Reference in New Issue
Block a user