Commit 4a3368f4 by Anjali Pal

Fix typo

parent 35ced2da
......@@ -35,7 +35,7 @@ Partial: App-wide header element
{% endif %}
<li class="dropdown">
<button class="dropdown-toggle active-user navbar-link" data-toggle="dropdown"
aria-controles="userDropdownMenu" id="userMenu">
aria-controls="userDropdownMenu" id="userMenu">
<span class="ico-user fa fa-graduation-cap" aria-hidden="true"></span>
<span class="active-user-name">{{ request.user.username }}</span>
<span class="ico ico-indicator fa fa-caret-down" aria-hidden="true"></span>
......
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