diff options
author | Tyler Kennedy | 2022-12-06 19:03:53 -0500 |
---|---|---|
committer | GitHub | 2022-12-06 17:03:53 -0700 |
commit | 8c45a65594dff8a843545ee70b7e6be817e9d26e (patch) | |
tree | 1e81c56d569bd36b649a814650c20764bc3d243b /templates/activities/_identity.html | |
parent | dcf2d801b93e195ad27d349427a7c6aaa8845d61 (diff) | |
download | takahe-8c45a65594dff8a843545ee70b7e6be817e9d26e.tar.gz takahe-8c45a65594dff8a843545ee70b7e6be817e9d26e.tar.bz2 takahe-8c45a65594dff8a843545ee70b7e6be817e9d26e.zip |
Add an alt label identity images. (#137)
Diffstat (limited to 'templates/activities/_identity.html')
-rw-r--r-- | templates/activities/_identity.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/_identity.html b/templates/activities/_identity.html index 36d14a9..b23ecf4 100644 --- a/templates/activities/_identity.html +++ b/templates/activities/_identity.html @@ -1,7 +1,7 @@ {% load activity_tags %} <div class="post user"> - <img src="{{ identity.local_icon_url }}" class="icon"> + <img src="{{ identity.local_icon_url }}" class="icon" alt="Avatar for {{ identity.name_or_handle }}"> {% if created %} <time> |