mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
pedagogy: rename TeachingDepartment into EducationDepartment
This commit is contained in:
@ -92,17 +92,17 @@ class UVDeleteView(DeleteView):
|
||||
pass
|
||||
|
||||
|
||||
class TeachingDepartmentCreateView(CreateView):
|
||||
class EducationDepartmentCreateView(CreateView):
|
||||
"""
|
||||
Add a new TeachingDepartment (Privileged)
|
||||
Add a new Education Department (Privileged)
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class TeachingDepartmentDeleteView(DeleteView):
|
||||
class EducationDepartmentDeleteView(DeleteView):
|
||||
"""
|
||||
Allow to delete an TeachingDepartment (Privileged)
|
||||
Allow to delete an Education Department (Privileged)
|
||||
"""
|
||||
|
||||
pass
|
||||
|
Reference in New Issue
Block a user