Avoid hardcoding teachers available for candidate examinations
This commit is contained in:
parent
69cbfa3bb0
commit
c6c7c3af31
3 changed files with 3 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ class TeacherAdmin(admin.ModelAdmin):
|
|||
list_filter = (('archived', ArchivedListFilter), 'contract')
|
||||
fields = (('civility', 'last_name', 'first_name', 'abrev'),
|
||||
('birth_date', 'email', 'ext_id'),
|
||||
('contract', 'rate', 'archived'),
|
||||
('contract', 'rate', 'can_examinate', 'archived'),
|
||||
('previous_report', 'next_report', 'total_logbook'),
|
||||
('user'))
|
||||
readonly_fields = ('total_logbook',)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue