mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
Classification (#32)
* added some code cleanup for views.py * added some code cleanup for views.py * fixed comics not working in the base directory.
This commit is contained in:
@@ -47,5 +47,5 @@ class ComicStatusAdmin(admin.ModelAdmin):
|
||||
|
||||
@admin.register(UserMisc)
|
||||
class UserMiscAdmin(admin.ModelAdmin):
|
||||
list_display = ('id', 'user', 'feed_id')
|
||||
list_display = ('user', 'feed_id', 'allowed_to_read')
|
||||
list_filter = ('user',)
|
||||
Reference in New Issue
Block a user