Skip to content

Commit 2b4dde4

Browse files
committed
Merge branch '5.0'
* 5.0: Update templates.rst
2 parents 03437e5 + 16c5ba2 commit 2b4dde4

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

672672
{# ... #}
673673
<div class="user-profile">
674-
<img src="{{ user.profileImageUrl }}"/>
674+
<img src="{{ user.profileImageUrl }}" alt="{{ user.fullName }}"/>
675675
<p>{{ user.fullName }} - {{ user.email }}</p>
676676
</div>
677677

0 commit comments

Comments
 (0)