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

Fix typo.

parent 4ac24dfd
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class PersonalNote(SchoolRelated):
class LessonDocumentation(SchoolRelated):
week = models.IntegerField()
lesson_period = models.ForeigbKey('chronos.LessonPeriod', models.CASCADE)
lesson_period = models.ForeignKey('chronos.LessonPeriod', models.CASCADE)
topic = models.CharField(verbose_name=_('Lesson topic'), max_length=200, blank=True)
homework = models.CharField(verbose_name=_('Homework'), max_length=200, blank=True)
......
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