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
13b2f36e
Commit
13b2f36e
authored
2 years ago
by
Tim-Oliver Husser
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'main'
v1.8.1 See merge request
!66
parents
103df315
8149811f
No related branches found
Branches containing commit
Tags
v1.8.1
Tags containing commit
1 merge request
!66
v1.8.1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LabCourse/mylab_tutor/views.py
+1
-1
1 addition, 1 deletion
LabCourse/mylab_tutor/views.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
2 additions
and
2 deletions
LabCourse/mylab_tutor/views.py
+
1
−
1
View file @
13b2f36e
...
...
@@ -540,7 +540,7 @@ def experiment(request, category: str, experiment: str):
exp
=
Experiment
.
objects
.
get
(
code
=
category
.
upper
()
+
"
.
"
+
experiment
.
upper
())
# is user tutor?
if
not
exp
.
is_tutor
(
request
.
user
):
if
not
exp
.
is_tutor
(
request
.
user
)
and
not
request
.
user
.
is_admin
:
raise
PermissionDenied
()
# get appointments
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
13b2f36e
[tool.poetry]
name
=
"labcourse"
version
=
"1.8.
0
"
version
=
"1.8.
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