remove old cms, switch to wagtail; move website to cms
This commit is contained in:
@ -175,6 +175,6 @@ class ScheduleAdmin(admin.ModelAdmin):
|
||||
|
||||
@admin.register(Track)
|
||||
class TrackAdmin(admin.ModelAdmin):
|
||||
list_display = ['id', 'title', 'artist', 'position', 'pos_in_secs', 'related']
|
||||
list_display = ['id', 'title', 'artist', 'position', 'in_seconds', 'related']
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user