Skip to content

Commit

Permalink
Adding the tasks link for non-staff
Browse files Browse the repository at this point in the history
  • Loading branch information
gichiraanne committed Feb 28, 2017
1 parent be504f8 commit 3922d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
{% if not user.is_authenticated %}
<li><a href='{% url 'login' %}'><span class="glyphicon glyphicon-plus"></span> <span class="nav-text"><font class="font6">New Ticket</font></span></a></li>
{% endif %}
{% if user.is_staff %}
{% if user.is_staff %}
{% if user.is_authenticated %}
<li><a href='{% url 'task_list' %}'><span class="glyphicon glyphicon-tasks"></span> <span class="nav-text"><font class="font6">Tasks</font></span></a></li>
{% endif %}
{% if user.is_staff %}
<li><a href='{% url 'helpdesk_report_index' %}'><span class="glyphicon glyphicon-stats"></span> <span class="nav-text"><font class="font6">Stats</font></span></a></li>
{% endif %}
<!-- <li class="font8"><a href="#" class="dropdown-toggle " data-toggle="dropdown"><font class="font8">Knowledgebase</font><b class="caret"></b></a>
Expand Down

0 comments on commit 3922d8b

Please sign in to comment.