Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProjectClient_Y1S1_tramshedTech_team15
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arianne Bayliss
ProjectClient_Y1S1_tramshedTech_team15
Commits
d28c43d0
Commit
d28c43d0
authored
2 years ago
by
Mohammed Shorif
Browse files
Options
Downloads
Patches
Plain Diff
fixes
parent
9aade464
Branches
26-link-booking-page-to-server-and-database
No related tags found
1 merge request
!69
"link booking page to server"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
project_server.py
+1
-0
1 addition, 0 deletions
project_server.py
with
1 addition
and
0 deletions
project_server.py
+
1
−
0
View file @
d28c43d0
...
...
@@ -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
'
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment