Skip to content
Snippets Groups Projects
Commit 9def7ae6 authored by Bridger Maxwell's avatar Bridger Maxwell
Browse files

Fixed help link in nav bar. Removed account settings link.

parent 6ed9f716
No related merge requests found
......@@ -24,8 +24,8 @@
<li class="primary">
<a href="#" class="dropdown">&#9662</a>
<ul class="dropdown-menu">
<li><a href="#">Account Settings</a></li>
<li><a href="${reverse('help')}">Help</a></li>
## <li><a href="#">Account Settings</a></li>
<li><a href="${reverse('help_edx')}">Help</a></li>
<li><a href="${reverse('logout')}">Log Out</a></li>
</ul>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment