Commit 2f04fecb by Nate Hardison

Remove unused help link from dropdown in nav

We don't use the FAQ/Help link embedded in the name/logout drop-
down in the navigation bar, so remove it.
parent 1bef2172
...@@ -70,10 +70,6 @@ site_status_msg = get_site_status_msg(course_id) ...@@ -70,10 +70,6 @@ site_status_msg = get_site_status_msg(course_id)
<li class="primary"> <li class="primary">
<a href="#" class="dropdown">&#9662</a> <a href="#" class="dropdown">&#9662</a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li>
<a href="${marketing_link('FAQ')}">
Help
</a></li>
<li><a href="${reverse('logout')}">Log Out</a></li> <li><a href="${reverse('logout')}">Log Out</a></li>
</ul> </ul>
</li> </li>
......
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