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

Fix copy/paste mistake.

parent 3707f0cd
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ from biscuit.core.models import Group, Person ...@@ -15,7 +15,7 @@ from biscuit.core.models import Group, Person
from biscuit.core.decorators import admin_required from biscuit.core.decorators import admin_required
from biscuit.core.util import messages from biscuit.core.util import messages
from .forms import RegisterAbsenceFormLessonDocumentationForm, PersonalNoteFormSet, RegisterAbsenceForm, SelectForm from .forms import LessonDocumentationForm, PersonalNoteFormSet, RegisterAbsenceForm, SelectForm
from .models import LessonDocumentation, PersonalNoteFilter from .models import LessonDocumentation, PersonalNoteFilter
......
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