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

Merge branch 'develop' into 'main'

v1.6.3

Closes #39

See merge request !54
parents 3a6b70e8 3e750ec3
No related branches found
Tags v1.6.3
1 merge request!54v1.6.3
......@@ -58,7 +58,7 @@ def appointment_exp(request, exp: str):
except Experiment.DoesNotExist:
raise Http404()
dates = semester.semesterdate_set.filter(date__gt=datetime.date.today(), special=False)
students = semester.students.all()
students = semester.students.exclude(pk=request.user.pk)
# if this is a POST request we need to process the form data
if request.method == "POST":
......
[tool.poetry]
name = "labcourse"
version = "1.6.2"
version = "1.6.3"
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