mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
Typo.
This commit is contained in:
parent
af2f37a247
commit
46960440d5
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ class Mailbox(models.Model):
|
||||||
temp_file.flush()
|
temp_file.flush()
|
||||||
attachment = MessageAttachment()
|
attachment = MessageAttachment()
|
||||||
attachment.document.save(filename, File(temp_file))
|
attachment.document.save(filename, File(temp_file))
|
||||||
attachment.mesage = msg
|
attachment.message = msg
|
||||||
attachment.save()
|
attachment.save()
|
||||||
return msg
|
return msg
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue