Files
edx-platform/lms/templates/certificates/_about-accomplishments.html
Adeel Khan d9d4ae5535 Fix invalid certificate page for a11y and translation.
Invalid certificate page has hardcoded lang='en' for
html, that would cause a11y issue for other languages user.
Some of screen reader text is not under translation. This patch
would fix both issues.

LEARNER-3110
2018-01-25 14:02:12 +05:00

9 lines
263 B
HTML

<%page expression_filter="h"/>
<section class="about-item about-accomplishments">
<h2 class="about-title hd-4">${accomplishment_copy_about}</h2>
<div class="about-copy copy copy-meta">
<p>${certificate_info_description}</p>
</div>
</section>