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
9 lines
263 B
HTML
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>
|