X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/34511b8161f4fa25634a9659137a1143a1511c21..873c22275a94e60243469f1b7f0eedb7b2e76f39:/curriculum/models.py?ds=sidebyside diff --git a/curriculum/models.py b/curriculum/models.py index 9da530d..b8cd81d 100644 --- a/curriculum/models.py +++ b/curriculum/models.py @@ -107,7 +107,7 @@ class Level(models.Model): prefix = 'Pelny kurs/%d %s/%d %s/' % (c, section.slug, i, lesson.slug) lesson.add_to_zip(zipf, student, prefix) for i, lesson in enumerate(lessons['project']): - prefix = 'Kurs skrocony/%d %s/' % (i, lesson.slug) + prefix = 'Projekty/%d %s/' % (i, lesson.slug) lesson.add_to_zip(zipf, student, prefix) # Add all appendix lessons, from all levels. for lesson in Lesson.objects.exclude(type__in=('synthetic', 'course', 'project')):