💄 CHange the invitation banner in weekmail

We now have the weekmail banner and not the invitation banner
This commit is contained in:
lsacienne 2022-06-08 22:05:24 +02:00
parent c57b15e159
commit ac3d668655
No known key found for this signature in database
GPG Key ID: 5B1939A93F7A6F48
1 changed files with 1 additions and 1 deletions

View File

@ -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):