1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-06-22 03:05:18 +00:00

Merge branch 'lsacienne/change_weekmail_banner_P22' into 'master'

Modification of the banner and footer for the Special General Meeting

There will be a special general meeting next week so we modify the banner to fit with this event.

See merge request 
This commit is contained in:
Alexandre | L'Sacienne 2022-06-01 21:14:38 +00:00
commit c57b15e159
5 changed files with 4 additions and 2 deletions

@ -227,13 +227,15 @@ class Weekmail(models.Model):
""" """
Return an absolute link to the banner. 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): def get_footer(self):
""" """
Return an absolute link to the footer. 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): def __str__(self):
return "Weekmail %s (sent: %s) - %s" % (self.id, self.sent, self.title) return "Weekmail %s (sent: %s) - %s" % (self.id, self.sent, self.title)

Binary file not shown.

After

(image error) Size: 273 KiB

Binary file not shown.

After

(image error) Size: 275 KiB

Binary file not shown.

After

(image error) Size: 275 KiB

Binary file not shown.

After

(image error) Size: 242 KiB