Skip to content

Commit

Permalink
List_display on AnnotationAdmin, fixes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvadm committed Nov 22, 2015
1 parent 0c55c40 commit 124b0f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daat/maps/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class ResearcherAdmin(CreatorMixin, admin.ModelAdmin):


class AnnotationAdmin(CreatorMixin, admin.ModelAdmin):
list_display = ('type', 'published')
list_filter = ('events', 'events__project', 'published', 'creator')
exclude = ('deleted',)
actions = [make_published]
Expand Down

0 comments on commit 124b0f5

Please sign in to comment.