forked from bton/matekasse
typo
This commit is contained in:
parent
21f44533b3
commit
41bafbdb2a
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -67,7 +67,7 @@ def new_user():
|
|||
@app.route("/removeuser/confirmation", methods=['GET'])
|
||||
def confirm_remove_user():
|
||||
user_id = request.args.get("id")
|
||||
return f'Do your realy want to<a href="/removeuser?id={user_id}">remove the user</a>'
|
||||
return f'Do your realy want to <a href="/removeuser?id={user_id}">remove the user</a>'
|
||||
|
||||
@app.route("/removeuser", methods=['GET'])
|
||||
def remove_user():
|
||||
|
|
Loading…
Reference in a new issue