pedagogy: rename TeachingDepartment into EducationDepartment

This commit is contained in:
2019-05-29 01:30:23 +02:00
parent 17a375f89c
commit 36831b4f4a
3 changed files with 9 additions and 9 deletions

View File

@ -51,9 +51,9 @@ class UVCommentReport(models.Model):
pass
class TeachingDepartment(models.Model):
class EducationDepartment(models.Model):
"""
Teaching department of the school
Education department of the school
"""
pass
@ -61,7 +61,7 @@ class TeachingDepartment(models.Model):
class Study(models.Model):
"""
Speciality inside a Teaching Department
Speciality inside an Education Department
"""
pass