Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LabCourse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Tim-Oliver Husser
LabCourse
Commits
f65a4f40
Commit
f65a4f40
authored
2 years ago
by
Tim-Oliver Husser
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'main'
v1.6.1 See merge request
!52
parents
524f1fec
0eb94294
No related branches found
Branches containing commit
Tags
v1.6.1
Tags containing commit
1 merge request
!52
v1.6.1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LabCourse/frontend/urls.py
+1
-1
1 addition, 1 deletion
LabCourse/frontend/urls.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
2 additions
and
2 deletions
LabCourse/frontend/urls.py
+
1
−
1
View file @
f65a4f40
...
...
@@ -151,7 +151,7 @@ def protected_instructions(request, path):
response
=
HttpResponse
(
status
=
200
)
response
[
"
Content-Type
"
]
=
""
# nginx needs to be configured to serve /reports from /instructions
response
[
"
X-Accel-Redirect
"
]
=
"
/instructions_private/
"
+
path
response
[
"
X-Accel-Redirect
"
]
=
"
/instructions_private/
"
+
instructions
.
relative_url
return
response
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
f65a4f40
[tool.poetry]
name
=
"labcourse"
version
=
"1.6.
0
"
version
=
"1.6.
1
"
description
=
""
authors
=
[
"Tim-Oliver Husser <thusser@uni-goettingen.de>"
]
...
...
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