forked from bton/matekasse
Shunlnd do anything (that is right inglish)
This commit is contained in:
parent
0ecb7bb648
commit
bc42e46e8c
1 changed files with 4 additions and 4 deletions
2
main.py
2
main.py
|
@ -118,7 +118,7 @@ def adduser():
|
||||||
conn.commit()
|
conn.commit()
|
||||||
return 'Added user <a href="/list">user and tag list</a> <p>The creator of this website accepts no liability for any linguistic or technical errors!</p>'
|
return 'Added user <a href="/list">user and tag list</a> <p>The creator of this website accepts no liability for any linguistic or technical errors!</p>'
|
||||||
else:
|
else:
|
||||||
return 'User already exists <a href="/list">user and tag list</a> <p>The creator of this website accepts no liability for any linguistic or technical errors!</p>'
|
return '<p>User already exists</p> <a href="/list">user and tag list</a>'
|
||||||
|
|
||||||
|
|
||||||
@app.route("/change", methods=['GET'])
|
@app.route("/change", methods=['GET'])
|
||||||
|
|
Loading…
Reference in a new issue