mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Remove URI from list_display
This commit is contained in:
parent
850f86aef7
commit
e073a8c32c
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ class MailboxAdmin(admin.ModelAdmin):
|
||||||
form = MailboxForm
|
form = MailboxForm
|
||||||
list_display = (
|
list_display = (
|
||||||
'name',
|
'name',
|
||||||
'uri',
|
|
||||||
'from_email',
|
'from_email',
|
||||||
'active',
|
'active',
|
||||||
'last_polling',
|
'last_polling',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue