Change weekmail images and colors

This commit is contained in:
Soldat
2018-03-23 22:44:18 +01:00
committed by Skia
parent 41c83b17df
commit a84d54accb
4 changed files with 12 additions and 9 deletions

View File

@ -167,7 +167,10 @@ class Weekmail(models.Model):
}).content.decode('utf-8')
def get_banner(self):
return "http://" + settings.SITH_URL + static("com/img/weekmail_banner.png")
return "http://" + settings.SITH_URL + static("com/img/weekmail_bannerA18.jpg")
def get_footer(self):
return "http://" + settings.SITH_URL + static("com/img/weekmail_footerA18.jpg")
def __str__(self):
return "Weekmail %s (sent: %s) - %s" % (self.id, self.sent, self.title)