Files
edx-platform/lms/templates/certificates/_accomplishment-introduction.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
223 B
HTML

<%page expression_filter="h"/>
<div class="wrapper-introduction">
<section class="introduction">
<h2 class="introduction-copy hd-2 emphasized">
${document_banner}
</h2>
</section>
</div>