mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Merge pull request #476 from ae-utbm/lsacienne/change_banner_to_invitation
Return to classical weekmail banner
This commit is contained in:
commit
cef3f22e0d
@ -228,7 +228,7 @@ class Weekmail(models.Model):
|
||||
Return an absolute link to the banner.
|
||||
"""
|
||||
return (
|
||||
"http://" + settings.SITH_URL + static("com/img/invitation_bannerP22.png")
|
||||
"http://" + settings.SITH_URL + static("com/img/weekmail_bannerV2P22.png")
|
||||
)
|
||||
|
||||
def get_footer(self):
|
||||
|
Loading…
Reference in New Issue
Block a user