typo
This commit is contained in:
parent
c5ed57a74e
commit
c4a2885fcc
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -64,7 +64,7 @@ def user_info():
|
||||||
def new_user():
|
def new_user():
|
||||||
return render_template("adduser.html")
|
return render_template("adduser.html")
|
||||||
|
|
||||||
@app.rout("/removeuser/confirmation", methods=['GET'])
|
@app.route("/removeuser/confirmation", methods=['GET'])
|
||||||
def confirm_remove_user():
|
def confirm_remove_user():
|
||||||
user_id = request.args.get("id")
|
user_id = request.args.get("id")
|
||||||
return f'<a href="/removeuser?id={user_id}"></a>'
|
return f'<a href="/removeuser?id={user_id}"></a>'
|
||||||
|
|
Loading…
Reference in a new issue