Skip to content

Commit

Permalink
fixed typo (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwhipp committed Oct 14, 2014
1 parent 641ec52 commit dec3d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documents/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class DocumentAdmin(admin.ModelAdmin):
'keywords',
'publish_date',
'expiry_date')}))
filter_horizontal = ('categories', 'authors', 'editors')
filter_horizontal = ('categories', 'authors', 'editors', 'filenames')

def save_model(self, request, document, form, change):
super(DocumentAdmin, self).save_model(request, document, form, change)
Expand Down

0 comments on commit dec3d69

Please sign in to comment.