Skip to content
Snippets Groups Projects
Verified Commit 40c2507b authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

Fix missing import.

parent 521a434f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ from django.views.decorators.cache import cache_page
from biscuit.apps.chronos.models import LessonPeriod, TimePeriod
from biscuit.apps.chronos.util import current_lesson_periods, current_week, week_days
from biscuit.core.models import Group
from biscuit.core.models import Group, Person
from .forms import LessonDocumentationForm, PersonalNoteFormSet, SelectForm
from .models import LessonDocumentation, PersonalNote
......
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