💄 Modification of banner

This commit is contained in:
lsacienne 2022-09-21 22:12:35 +02:00
parent b3a48ca5af
commit feef855f01
No known key found for this signature in database
GPG Key ID: 9B5E4943E97C63B7
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/weekmail_bannerV2P22.png")
"http://" + settings.SITH_URL + static("com/img/invitation_bannerP22.png")
)
def get_footer(self):