fix foreign key for CustomerMailboxOption
This commit is contained in:
parent
7457754dc6
commit
95e15806c6
2 changed files with 21 additions and 1 deletions
|
@ -255,7 +255,7 @@ class CustomerMailboxOption(MailboxOptionBase,
|
|||
|
||||
"""
|
||||
template = models.ForeignKey(
|
||||
UserDatabaseOption,
|
||||
MailboxOption,
|
||||
verbose_name=_('mailbox option template'),
|
||||
help_text=_(
|
||||
'The mailbox option template that this mailbox option is based on'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue