forked from mirror/django-mailbox
Add admin support for attachments --fix typo
This commit is contained in:
parent
00c14e9818
commit
3c3e0f3d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,5 +38,5 @@ class MessageAdmin(admin.ModelAdmin):
|
|||
|
||||
if getattr(settings, 'DJANGO_MAILBOX_ADMIN_ENABLED', True):
|
||||
admin.site.register(Message, MessageAdmin)
|
||||
admin.site.register(MessageAttachmentAdmin, MessageAttachment)
|
||||
admin.site.register(MessageAttachment, MessageAttachmentAdmin)
|
||||
admin.site.register(Mailbox, MailboxAdmin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue