This commit is contained in:
@@ -264,7 +264,7 @@ class VCCourseAdmin(OrderableAdminMixin, ModelAdmin):
|
||||
'fields': ('title', 'description', 'course_type', 'tag', 'price')
|
||||
}),
|
||||
('视频设置', {
|
||||
'fields': ('is_video_course', 'video_url'),
|
||||
'fields': ('is_video_course', 'video_url', 'video_embed_code'),
|
||||
'description': '设置是否为视频课程及视频链接'
|
||||
}),
|
||||
('课程安排', {
|
||||
|
||||
Reference in New Issue
Block a user