mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
Merge branch 'lsacienne/change_weekmail_banner_P22_08_06_2022' into 'master'
Change the invitation banner in weekmail to regular weekmail banner We now have the weekmail banner and not the invitation banner See merge request ae-utbm/Sith!312
This commit is contained in:
commit
67377b3cbf
@ -228,7 +228,7 @@ class Weekmail(models.Model):
|
|||||||
Return an absolute link to the banner.
|
Return an absolute link to the banner.
|
||||||
"""
|
"""
|
||||||
return (
|
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):
|
def get_footer(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user