Adapter teacher admin pour afficher compte utilisateur
This commit is contained in:
parent
f11d20c2f9
commit
34a586d1f4
1 changed files with 2 additions and 1 deletions
|
|
@ -86,7 +86,8 @@ class TeacherAdmin(admin.ModelAdmin):
|
|||
fields = (('civility', 'last_name', 'first_name', 'abrev'),
|
||||
('birth_date', 'email', 'ext_id'),
|
||||
('contract', 'rate', 'archived'),
|
||||
('previous_report', 'next_report', 'total_logbook'))
|
||||
('previous_report', 'next_report', 'total_logbook'),
|
||||
('user'))
|
||||
readonly_fields = ('total_logbook',)
|
||||
actions = [print_charge_sheet]
|
||||
inlines = [LogBookInline]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue