mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-18 04:03:22 +00:00
💄 Modification of the banner and footer
for the special invitation
This commit is contained in:
parent
b32c90ed5d
commit
cad0c0dadb
@ -227,13 +227,13 @@ class Weekmail(models.Model):
|
||||
"""
|
||||
Return an absolute link to the banner.
|
||||
"""
|
||||
return "http://" + settings.SITH_URL + static("com/img/weekmail_bannerA19.jpg")
|
||||
return "http://" + settings.SITH_URL + static("com/img/invitation_bannerP22.png")
|
||||
|
||||
def get_footer(self):
|
||||
"""
|
||||
Return an absolute link to the footer.
|
||||
"""
|
||||
return "http://" + settings.SITH_URL + static("com/img/weekmail_footerA19.jpg")
|
||||
return "http://" + settings.SITH_URL + static("com/img/weekmail_footerP22.png")
|
||||
|
||||
def __str__(self):
|
||||
return "Weekmail %s (sent: %s) - %s" % (self.id, self.sent, self.title)
|
||||
|
Loading…
Reference in New Issue
Block a user