1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-10 03:49:24 +00:00

♻️ Fix black pipeline

This commit is contained in:
lsacienne
2022-06-01 22:46:12 +02:00
parent cad0c0dadb
commit 66efb8012e

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