Skip to content
Snippets Groups Projects
Commit 27929007 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '631-edit-group-type-form-shows-csv-import-reference-field' into 'master'

Resolve ""Edit group type" form shows "CSV import reference" field"

Closes #631

See merge request !933
parents f7826ff0 1f65700b
No related branches found
No related tags found
1 merge request!933Resolve ""Edit group type" form shows "CSV import reference" field"
Pipeline #51870 canceled
......@@ -13,6 +13,7 @@ Fixed
~~~~~
* PDF generation failed with S3 storage due to incompatibility with boto3
* Form for editing group type displayed irrelevant fields
`2.7`_ - 2022-01-24
-------------------
......
......@@ -353,7 +353,7 @@ class EditGroupTypeForm(forms.ModelForm):
class Meta:
model = GroupType
exclude = []
fields = ["name", "description"]
class SchoolTermForm(ExtensibleForm):
......
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