Merge branch 'lsacienne/invitation_banner2' into 'master'

💄 Change banner to invitation banner

We must set an invitation banner again. For the next one, we should create a new feature with a new button to avoid doing this switch every time.

See merge request ae-utbm/Sith!314
This commit is contained in:
Alexandre | L'Sacienne 2022-07-04 19:23:28 +00:00
commit 2556427c7d

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