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

Merge branch 'develop' into 'main'

v1.7.7

See merge request !63
parents 64ce1ebf 64048402
No related branches found
Tags v1.7.7
1 merge request!63v1.7.7
......@@ -5,4 +5,4 @@ class CloseExamForm(forms.Form):
passed = forms.ChoiceField(
label="Result", required=True, choices=[(None, "---"), (True, "Passed"), (False, "Failed")]
)
send_email = forms.BooleanField(label="Send email confirmation", initial=True)
send_email = forms.BooleanField(label="Send email confirmation", initial=True, required=False)
[tool.poetry]
name = "labcourse"
version = "1.7.6"
version = "1.7.7"
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