Allow edition of Student.ext_id
This commit is contained in:
parent
23908d40d3
commit
b81d7db5b3
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ class StudentAdmin(admin.ModelAdmin):
|
|||
('email', 'tel', 'mobile'), ('avs', 'birth_date'),
|
||||
('dispense_ecg', 'dispense_eps', 'soutien_dys'), ('klass', 'archived'),
|
||||
('corporation', 'instructor'))
|
||||
readonly_fields = ('ext_id',)
|
||||
actions = ['archive']
|
||||
|
||||
def archive(self, request, queryset):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue