mirror of
https://gitea.dmz.rs/Decentrala/freeriders.git
synced 2026-07-11 05:52:28 +02:00
fix post request
This commit is contained in:
@@ -6,5 +6,6 @@ def changepassword():
|
|||||||
if request.method == 'GET':
|
if request.method == 'GET':
|
||||||
return render_template('index.html')
|
return render_template('index.html')
|
||||||
elif request.method == 'POST':
|
elif request.method == 'POST':
|
||||||
|
return 'Post'
|
||||||
else:
|
else:
|
||||||
return 'HTTP request method not recogniezed'
|
return 'HTTP request method not recogniezed'
|
||||||
|
|||||||
Reference in New Issue
Block a user