From feef855f01063d892e61a4f3bdf7a96ed03a0465 Mon Sep 17 00:00:00 2001 From: lsacienne Date: Wed, 21 Sep 2022 22:12:35 +0200 Subject: [PATCH] :lipstick: Modification of banner --- com/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com/models.py b/com/models.py index c3061ed0..4ac365eb 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):