mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
changed it so next and previous buttons move between comics.
This commit is contained in:
@@ -13,4 +13,5 @@ class ComicBookAdmin(admin.ModelAdmin):
|
||||
|
||||
@admin.register(ComicPage)
|
||||
class ComicPageAdmin(admin.ModelAdmin):
|
||||
list_display = ('Comic', 'index', 'page_file_name', 'content_type')
|
||||
list_display = ('Comic', 'index', 'page_file_name', 'content_type')
|
||||
list_filter = ['Comic']
|
||||
Reference in New Issue
Block a user