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.
1 parent a8edd99 commit d7d8c33Copy full SHA for d7d8c33
templates.rst
@@ -655,7 +655,7 @@ following code to display the user information is repeated in several places:
655
656
{# ... #}
657
<div class="user-profile">
658
- <img src="{{ user.profileImageUrl }}"/>
+ <img src="{{ user.profileImageUrl }}" alt="{{ user.fullName }}"/>
659
<p>{{ user.fullName }} - {{ user.email }}</p>
660
</div>
661
0 commit comments