Skip to content

Commit d7d8c33

Browse files
Yohann76javiereguiluz
authored andcommitted
Update templates.rst
added alt attribute
1 parent a8edd99 commit d7d8c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ following code to display the user information is repeated in several places:
655655

656656
{# ... #}
657657
<div class="user-profile">
658-
<img src="{{ user.profileImageUrl }}"/>
658+
<img src="{{ user.profileImageUrl }}" alt="{{ user.fullName }}"/>
659659
<p>{{ user.fullName }} - {{ user.email }}</p>
660660
</div>
661661

0 commit comments

Comments
 (0)