fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Support for Przyporzadkuj with short items.
[edumed.git]
/
catalogue
/
admin.py
diff --git
a/catalogue/admin.py
b/catalogue/admin.py
index
43488ce
..
f79b375
100755
(executable)
--- a/
catalogue/admin.py
+++ b/
catalogue/admin.py
@@
-7,6
+7,7
@@
class AttachmentInline(admin.TabularInline):
class LessonAdmin(admin.ModelAdmin):
inlines = [AttachmentInline]
list_display = ['title', 'section', 'type']
+ list_filter = ['level', 'type']
admin.site.register(Section)
admin.site.register(Lesson, LessonAdmin)