Fix class name 9o

This commit is contained in:
2025-01-23 17:24:42 +09:00
parent 2dde90d045
commit 3b75054830
2 changed files with 2 additions and 2 deletions

View File

@ -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' # この行を追加