mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +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 ae-utbm/Sith!311
This commit is contained in:
commit
c57b15e159
@ -227,13 +227,15 @@ 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)
|
||||
|
BIN
core/static/com/img/invitation_bannerP22.png
Normal file
BIN
core/static/com/img/invitation_bannerP22.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 273 KiB |
BIN
core/static/com/img/weekmail_bannerV1P22.png
Normal file
BIN
core/static/com/img/weekmail_bannerV1P22.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 275 KiB |
BIN
core/static/com/img/weekmail_bannerV2P22.png
Normal file
BIN
core/static/com/img/weekmail_bannerV2P22.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 275 KiB |
BIN
core/static/com/img/weekmail_footerP22.png
Normal file
BIN
core/static/com/img/weekmail_footerP22.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 KiB |
Loading…
Reference in New Issue
Block a user