Fix screen reader issue on profile page.

This commit is contained in:
attiyaishaque
2018-07-18 23:04:11 +05:00
parent 2f12e0b4c4
commit e0472a7a15
2 changed files with 2 additions and 1 deletions

View File

@@ -371,6 +371,7 @@
@extend %t-ultrastrong;
display: inline-block;
color: #222;
}
.subheader {

View File

@@ -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,