Compare commits

..

No commits in common. "67377b3cbfcdea60a370cd8a2176defe9d4ab715" and "c57b15e1590c4922c9fa58221e18df510c9eb437" have entirely different histories.

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