Skip to content
Snippets Groups Projects
Commit d28c43d0 authored by Mohammed Shorif's avatar Mohammed Shorif
Browse files

fixes

parent 9aade464
No related tags found
1 merge request!69"link booking page to server"
......@@ -37,6 +37,7 @@ def returnmakebooking():
if (request.method == 'GET'):
return render_template("make_booking.html")
@app.route("/booking_confirmation", methods=['GET'])
def returnbookingconfirmation():
if (request.method == 'GET'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment