Commit 73f0b86f by Ahsan Ulhaq

Removed aria label from header and add it to nav

parent cdb6d513
...@@ -36,8 +36,8 @@ site_status_msg = get_site_status_msg(course_id) ...@@ -36,8 +36,8 @@ site_status_msg = get_site_status_msg(course_id)
% endif % endif
</%block> </%block>
<header id="global-navigation" class="global ${"slim" if course else ""}" aria-label="${_('Global Navigation')}"> <header id="global-navigation" class="global ${"slim" if course else ""}" >
<nav aria-labelledby="global-navigation"> <nav aria-label="${_('Global')}">
<h1 class="logo"> <h1 class="logo">
<a href="${marketing_link('ROOT')}"> <a href="${marketing_link('ROOT')}">
<%block name="navigation_logo"> <%block name="navigation_logo">
......
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