Commit 468d538e by Chris

Merge pull request #7584 from edx/clrux/UX-1911-a11y-remove-nav

Changes the nav element to a div
parents 66e4c254 ea13689c
......@@ -157,7 +157,7 @@
<% } %>
<% if ( isActive ) { %>
<nav class="nav-wizard is-ready <% if ( isActive && !upgrade ) { %>center<% } %>">
<div class="nav-wizard is-ready <% if ( isActive && !upgrade ) { %>center<% } %>">
<% if ( upgrade ) { %>
<a class="next action-primary is-disabled right" id="pay_button" aria-disabled="true">
<%- gettext( "Next: Make payment" ) %>
......@@ -167,7 +167,7 @@
<%- gettext( "Continue to payment" ) %>
</a>
<% } %>
</nav>
</div>
<% } %>
<form id="payment-processor-form"></form>
......
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