We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03437e5 + 16c5ba2 commit 2b4dde4Copy full SHA for 2b4dde4
templates.rst
@@ -671,7 +671,7 @@ following code to display the user information is repeated in several places:
671
672
{# ... #}
673
<div class="user-profile">
674
- <img src="{{ user.profileImageUrl }}"/>
+ <img src="{{ user.profileImageUrl }}" alt="{{ user.fullName }}"/>
675
<p>{{ user.fullName }} - {{ user.email }}</p>
676
</div>
677
0 commit comments