mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
pedagogy: rename Study into StudyField
This commit is contained in:
@ -108,17 +108,17 @@ class EducationDepartmentDeleteView(DeleteView):
|
||||
pass
|
||||
|
||||
|
||||
class StudyCreateView(CreateView):
|
||||
class StudyFieldCreateView(CreateView):
|
||||
"""
|
||||
Add a new Study (Privileged)
|
||||
Add a new Study Field (Privileged)
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class StudyDeleteView(DeleteView):
|
||||
class StudyFieldDeleteView(DeleteView):
|
||||
"""
|
||||
Allow to delete an Study (Privileged)
|
||||
Allow to delete an Study Field (Privileged)
|
||||
"""
|
||||
|
||||
pass
|
||||
|
Reference in New Issue
Block a user