Fix class name 9o
This commit is contained in:
@ -33,7 +33,7 @@ from .services.csv_processor import EntryCSVProcessor
|
||||
|
||||
@admin.register(Entry)
|
||||
class EntryAdmin(admin.ModelAdmin):
|
||||
list_display = ['team', 'event', 'category', 'date', 'is_active']
|
||||
list_display = ['team', 'zekken_number', 'event', 'category', 'date', 'is_active']
|
||||
|
||||
# change_list_templateの追加
|
||||
change_list_template = 'admin/entry/change_list.html' # この行を追加
|
||||
|
||||
Reference in New Issue
Block a user