X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/98fcf7a06583d1ac8ec50b67fb1c0889b3b6d6a7..58a9fa0d1843e97ef7116be4670defbc555b1b2c:/curriculum/models.py 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')):