Skip to content
Snippets Groups Projects
Commit 9ca6d9f7 authored by Liam Driscoll's avatar Liam Driscoll
Browse files

Resolving conflict.

parent 349b4e8c
No related branches found
No related tags found
3 merge requests!58Resolve "As a user I want to view a list of all locations available",!50ZAINABS work + my basic list locations page and route to help with this issue,!46form, templating, database connection and some CSS updates
This commit is part of merge request !50. Comments created here will be created in the context of that merge request.
......@@ -28,8 +28,6 @@ def returnManageCoworkingSpaces():
if (request.method == 'GET'):
return render_template("Manage_Coworking_Spaces.html")
<<<<<<< Updated upstream
=======
@app.route("/ListLocations", methods=['GET'])
def returnListLocations():
if (request.method =='GET'):
......@@ -72,8 +70,6 @@ def Load():
return render_template('Space.html', data = data)
# pageAddress = Address, pageMain_Photo = Main_Photo, pageAdditional_photos = Additional_photos, pageDescription = Description, pageWebsite = Website, pageOpening_Hours = Opening_Hours )
>>>>>>> Stashed changes
@app.route("/SearchRecord", methods=['POST', 'GET'])
def searchRecord():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment