changed it so next and previous buttons move between comics.

This commit is contained in:
2015-06-18 21:20:14 +01:00
parent 95ffade2de
commit fdf783dbc7
5 changed files with 152 additions and 72 deletions

View File

@@ -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']