Commit 610641c8 authored by Michal Čihař's avatar Michal Čihař

Improve admin interface for whiteboard

Issue #159
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 7edf288c
......@@ -222,9 +222,10 @@ class ChangeAdmin(admin.ModelAdmin):
class WhiteboardAdmin(admin.ModelAdmin):
list_display = ['message']
list_display = ['message', 'project', 'subproject', 'language']
prepopulated_fields = {}
search_fields = ['message']
list_filter = ['project', 'language']
class AdvertisementAdmin(admin.ModelAdmin):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment