1
0
Fork 0
forked from anton/matekasse

Shunlnd do anything (that is right inglish)

This commit is contained in:
2000-Trek 2023-06-16 18:54:34 +02:00
parent 0ecb7bb648
commit bc42e46e8c

View file

@ -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'])