Skip to content
Snippets Groups Projects
Commit 9f0c50c9 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

tweaked admin for notes.

parent 3e1c4f43
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ class ShowTopicAdmin(admin.ModelAdmin):
prepopulated_fields = {'slug': ('topic',)}
class NoteAdmin(admin.ModelAdmin):
list_display = ('title', 'timeslot', 'status')
list_filter = ('status',)
ordering = ('timeslot',)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment