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
Issue boards
Milestones
Code
Merge requests
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
Merge requests
!41
Moving Manage Coworking Spaces page to template form.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Moving Manage Coworking Spaces page to template form.
22-hotfix-templating-directory
into
development
Overview
1
Commits
5
Changes
1
Merged
Liam Driscoll
requested to merge
22-hotfix-templating-directory
into
development
2 years ago
Overview
1
Commits
5
Changes
1
Expand
Closes
#22 (closed)
0
0
Merge request reports
Viewing commit
4a65e732
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4a65e732
Renaming function for clarity.
· 4a65e732
Liam Driscoll
authored
2 years ago
project_server.py
+
1
−
1
Options
@@ -9,7 +9,7 @@ ALLOWED_EXTENSIONS = set(['txt', 'pdf', 'png', 'jpg', 'jpeg', 'gif'])
@app.route
(
"
/
"
,
methods
=
[
'
GET
'
])
def
return
Template
():
def
return
Index
():
return
render_template
(
"
test.html
"
)
@app.route
(
"
/Manage_Coworking_Spaces
"
,
methods
=
[
'
GET
'
])
Loading