Commit 4a68a767 authored by Subhadip Ghosh's avatar Subhadip Ghosh
Browse files

Current contributor menu is not shown when it is the current user. Fixes #22

parent 3b069f4b
......@@ -27,7 +27,7 @@ tr.hidden {
{% block nav_left_items %}
{{block.super}}
{% if contributor %}
{% if contributor and contributor != request.user %}
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="fa fa-user-circle"></span>
......
Supports Markdown
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