From 1a5fa4b73d0b49cb056b527bf95ee0e845608d3c Mon Sep 17 00:00:00 2001 From: Mark Sadecki Date: Wed, 17 Feb 2016 17:14:26 -0500 Subject: [PATCH] removes alt attribute value --- themes/edx.org/lms/templates/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/edx.org/lms/templates/header.html b/themes/edx.org/lms/templates/header.html index cca57f289693..a82fcbbf9736 100644 --- a/themes/edx.org/lms/templates/header.html +++ b/themes/edx.org/lms/templates/header.html @@ -82,7 +82,7 @@

username = user.username profile_image_url = get_profile_image_urls_for_user(user)['medium'] %> - ${_('Profile image for {username}').format(username=username)} +
${username}