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 92c9d4a + e43907f commit 16c5ba2Copy full SHA for 16c5ba2
templates.rst
@@ -649,7 +649,7 @@ following code to display the user information is repeated in several places:
649
650
{# ... #}
651
<div class="user-profile">
652
- <img src="{{ user.profileImageUrl }}"/>
+ <img src="{{ user.profileImageUrl }}" alt="{{ user.fullName }}"/>
653
<p>{{ user.fullName }} - {{ user.email }}</p>
654
</div>
655
0 commit comments