Commit 389df173 by David Baumgold

Merge pull request #1748 from puntxo/patch-1

Update course_navigation.html #os
parents 18f342c0 7606810c
...@@ -25,7 +25,7 @@ def url_class(is_active): ...@@ -25,7 +25,7 @@ def url_class(is_active):
<li> <li>
% endif % endif
<a href="${tab.link | h}" class="${url_class(tab.is_active)}"> <a href="${tab.link | h}" class="${url_class(tab.is_active)}">
${tab.name | h} ${_(tab.name) | h}
% if tab.is_active == True: % if tab.is_active == True:
<span class="sr">, current location</span> <span class="sr">, current location</span>
%endif %endif
......
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