fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes #814: 404 when no html
[wolnelektury.git]
/
apps
/
catalogue
/
admin.py
diff --git
a/apps/catalogue/admin.py
b/apps/catalogue/admin.py
index
8a718ff
..
0275094
100644
(file)
--- a/
apps/catalogue/admin.py
+++ b/
apps/catalogue/admin.py
@@
-20,8
+20,8
@@
class TagAdmin(admin.ModelAdmin):
class BookAdmin(TaggableModelAdmin):
tag_model = Tag
class BookAdmin(TaggableModelAdmin):
tag_model = Tag
-
- list_display = ('title', 'slug', 'has_pdf_file', 'has_odt_file', 'has_html_file', 'has_description',)
+
+ list_display = ('title', 'slug', 'has_pdf_file', 'has_
epub_file', 'has_
odt_file', 'has_html_file', 'has_description',)
search_fields = ('title',)
ordering = ('title',)
search_fields = ('title',)
ordering = ('title',)
@@
-30,14
+30,14
@@
class BookAdmin(TaggableModelAdmin):
class FragmentAdmin(TaggableModelAdmin):
tag_model = Tag
class FragmentAdmin(TaggableModelAdmin):
tag_model = Tag
-
+
list_display = ('book', 'anchor',)
ordering = ('book', 'anchor',)
class BookStubAdmin(admin.ModelAdmin):
# tag_model = Tag
list_display = ('book', 'anchor',)
ordering = ('book', 'anchor',)
class BookStubAdmin(admin.ModelAdmin):
# tag_model = Tag
-
+
list_display = ('title', 'author', 'slug','pd')
search_fields = ('title','author')
ordering = ('title',)
list_display = ('title', 'author', 'slug','pd')
search_fields = ('title','author')
ordering = ('title',)