From a2b35e5bbaaa05d0493a3b8e29f8384c0fef6df6 Mon Sep 17 00:00:00 2001 From: lsacienne Date: Mon, 4 Jul 2022 14:03:50 +0200 Subject: [PATCH] :lipstick: Change banner to invitation banner --- com/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com/models.py b/com/models.py index 1a926217..c5a83b3f 100644 --- a/com/models.py +++ b/com/models.py @@ -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):