💄 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

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