mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-18 04:03:22 +00:00
♻️ Fix black pipeline
This commit is contained in:
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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user