Update the admin table to allow the insert of course cert settings LEARNER-1787
This commit is contained in:
@@ -64,8 +64,7 @@ class CertificateGenerationCourseSettingAdmin(admin.ModelAdmin):
|
|||||||
"""
|
"""
|
||||||
Django admin customizations for CertificateGenerationCourseSetting model
|
Django admin customizations for CertificateGenerationCourseSetting model
|
||||||
"""
|
"""
|
||||||
list_display = ('course_key',)
|
list_display = ('course_key', 'enabled')
|
||||||
readonly_fields = ('course_key',)
|
|
||||||
search_fields = ('course_key',)
|
search_fields = ('course_key',)
|
||||||
show_full_result_count = False
|
show_full_result_count = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user