We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de3878 commit 9c80b0dCopy full SHA for 9c80b0d
1 file changed
openatlas_website/util.py
@@ -62,7 +62,8 @@ def display_team_member(name: str) -> str:
62
html = f"""
63
<div class="row">
64
<div class="col-md-auto mb-4">
65
- <img class="team" src="/static/images/team/{person['img']}" alt="{name}">
+ <img class="team"
66
+ src="/static/images/team/{person['img']}" alt="{name}">
67
<br>"""
68
if person['image_license']:
69
html += f'<span class="image-license">{person["image_license"]}</span>'
0 commit comments