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

Document forms

parent dea5c8db
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ from aleksis.core.forms import AnnouncementForm
class LessonSubstitutionForm(forms.ModelForm):
"""Form to manage substitutions."""
class Meta:
model = LessonSubstitution
fields = ["week", "lesson_period", "subject", "teachers", "room", "cancelled"]
......
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