Skip to content
Snippets Groups Projects
Commit e0472a7a authored by attiyaishaque's avatar attiyaishaque
Browse files

Fix screen reader issue on profile page.

parent 2f12e0b4
Branches
Tags
No related merge requests found
......@@ -371,6 +371,7 @@
@extend %t-ultrastrong;
display: inline-block;
color: #222;
}
.subheader {
......
......@@ -36,7 +36,7 @@ from openedx.core.djangolib.markup import HTML
</div>
% if own_profile:
<div class="profile-header">
<div class="header">${_("My Profile")}</div>
<h2 class="header">${_("My Profile")}</h2>
<div class="subheader">
${_('Build out your profile to personalize your identity on {platform_name}.').format(
platform_name=platform_name,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment