Skip to content

Commit

Permalink
linters : fix profiles.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Jan 2, 2024
1 parent 9db0645 commit 00bc2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lacommunaute/templates/forum_member/profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 class="h2">Liste des membres de la communauté.</h2>
<div class="col">
<div class="card">
{% if forum_profile.avatar %}
<img class="avatar" src="{{ forum_profile.avatar }}" class="card-img-top" alt="{{ forum_profile.user.get_full_name }}">
<img class="avatar card-img-top" src="{{ forum_profile.avatar }}" alt="{{ forum_profile.user.get_full_name }}">
{% endif %}
<div class="card-body">
<h3 class="h5 card-title">
Expand Down

0 comments on commit 00bc2fb

Please sign in to comment.