From 8b9506211a5a8dca63532a1c8b7bdd39e3d025c4 Mon Sep 17 00:00:00 2001 From: Mark Sadecki Date: Thu, 8 Dec 2016 16:12:34 -0500 Subject: [PATCH] removes redundant alt attribute value --- lms/templates/user_dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/user_dropdown.html b/lms/templates/user_dropdown.html index eb66f4fc91..73f58eccf4 100644 --- a/lms/templates/user_dropdown.html +++ b/lms/templates/user_dropdown.html @@ -49,7 +49,7 @@ from openedx.core.djangoapps.user_api.accounts.image_helpers import get_profile_ username = self.real_user.username profile_image_url = get_profile_image_urls_for_user(self.real_user)['medium'] %> - ${_('Profile image for {username}').format(username=username)} +
${username}