|
|
@@ -23,11 +23,11 @@ class BranchCampusAdministratorInfoAdmin(admin.ModelAdmin):
|
23
|
23
|
|
24
|
24
|
|
25
|
25
|
class CourseInfoAdmin(admin.ModelAdmin):
|
26
|
|
- list_display = ('course_id', 'course_name', 'updated_at', 'created_at')
|
|
26
|
+ list_display = ('course_id', 'course_name', 'authorities', 'updated_at', 'created_at')
|
27
|
27
|
|
28
|
28
|
|
29
|
29
|
class CourseRegisterFieldPoolInfoAdmin(admin.ModelAdmin):
|
30
|
|
- list_display = ('field_type', 'field_name', 'field_options', 'updated_at', 'created_at')
|
|
30
|
+ list_display = ('field_type', 'field_key', 'field_name', 'field_options', 'updated_at', 'created_at')
|
31
|
31
|
|
32
|
32
|
|
33
|
33
|
class CourseRegisterFieldInfoAdmin(admin.ModelAdmin):
|