Skip to content
Snippets Groups Projects
Commit aecbfe1a authored by Tim-Oliver Husser's avatar Tim-Oliver Husser
Browse files

Merge branch 'develop' into 'main'

v1.7.2

See merge request !58
parents cd90863d c22b19ff
No related branches found
Tags v1.7.2
1 merge request!58v1.7.2
......@@ -134,7 +134,7 @@ def _is_user_allowed_instructions(instructions: ExperimentInstructions, user: La
# 2. tutor of lab
or instructions.experiment.is_tutor(user)
# 3. student now and instructions is latest version
or (user.is_student_now and instructions.is_latest())
or (user.is_authenticated and instructions.is_latest())
)
......
[tool.poetry]
name = "labcourse"
version = "1.7.1"
version = "1.7.2"
description = ""
authors = ["Tim-Oliver Husser <thusser@uni-goettingen.de>"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment