Skip to content

Commit 9c80b0d

Browse files
Pylint checks
1 parent 5de3878 commit 9c80b0d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openatlas_website/util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ def display_team_member(name: str) -> str:
6262
html = f"""
6363
<div class="row">
6464
<div class="col-md-auto mb-4">
65-
<img class="team" src="/static/images/team/{person['img']}" alt="{name}">
65+
<img class="team"
66+
src="/static/images/team/{person['img']}" alt="{name}">
6667
<br>"""
6768
if person['image_license']:
6869
html += f'<span class="image-license">{person["image_license"]}</span>'

0 commit comments

Comments
 (0)