color to hexa and change email for weekmail

This commit is contained in:
2017-05-05 15:28:41 +02:00
parent d7305488b6
commit 635702b58f
3 changed files with 9 additions and 8 deletions

View File

@ -115,7 +115,7 @@ class Weekmail(models.Model):
email = EmailMultiAlternatives(
subject=self.title,
body=self.render_text(),
from_email=settings.DEFAULT_FROM_EMAIL,
from_email=settings.SITH_COM_EMAIL,
to=Sith.objects.first().weekmail_destinations.split(' '),
bcc=dest,
)