@@ -11,7 +11,7 @@ class HotQueryInfoAdmin(admin.ModelAdmin): |
||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
class HotRecommendInfoAdmin(admin.ModelAdmin): |
14 |
- list_display = ('title', 'image', 'status', 'created_at', 'updated_at') |
|
14 |
+ list_display = ('title', 'image', 'video', 'status', 'created_at', 'updated_at') |
|
15 | 15 |
list_filter = ('status', ) |
16 | 16 |
|
17 | 17 |
|