Skip to content

Commit 254c489

Browse files
authored
Update templates.rst
added alt attribute
1 parent c5fc086 commit 254c489

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
@@ -649,7 +649,7 @@ following code to display the user information is repeated in several places:
649649

650650
{# ... #}
651651
<div class="user-profile">
652-
<img src="{{ user.profileImageUrl }}"/>
652+
<img src="{{ user.profileImageUrl }}" alt="{{ user.fullName }}"/>
653653
<p>{{ user.fullName }} - {{ user.email }}</p>
654654
</div>
655655

0 commit comments

Comments
 (0)