Skip to content

Commit 16c5ba2

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update templates.rst
2 parents 92c9d4a + e43907f commit 16c5ba2

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)