From 8c45a65594dff8a843545ee70b7e6be817e9d26e Mon Sep 17 00:00:00 2001
From: Tyler Kennedy
Date: Tue, 6 Dec 2022 19:03:53 -0500
Subject: Add an alt label identity images. (#137)

---
 templates/activities/_identity.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'templates')

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>
-- 
cgit v1.2.3