mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +00:00
♻️ Fix black pipeline
This commit is contained in:
@ -227,7 +227,9 @@ class Weekmail(models.Model):
|
||||
"""
|
||||
Return an absolute link to the banner.
|
||||
"""
|
||||
return "http://" + settings.SITH_URL + static("com/img/invitation_bannerP22.png")
|
||||
return (
|
||||
"http://" + settings.SITH_URL + static("com/img/invitation_bannerP22.png")
|
||||
)
|
||||
|
||||
def get_footer(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user