Commit dbd4801e by Tyler Hallada

Add missing aria-label to footer policies <nav>

parent 4f8febff
......@@ -16,7 +16,7 @@ from cms.djangoapps.contentstore.config.waffle import waffle, ENABLE_ACCESSIBILI
</div>
% if is_any_marketing_link_set(['TOS', 'PRIVACY']) or waffle().is_enabled(ENABLE_ACCESSIBILITY_POLICY_PAGE):
<nav class="nav-peripheral">
<nav class="nav-peripheral" aria-label="${_("Policies")}">
<ol>
% if is_marketing_link_set('TOS'):
<li class="nav-item nav-peripheral-tos">
......
Markdown is supported
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