Skip to content

Commit

Permalink
showing help group to all types of users
Browse files Browse the repository at this point in the history
  • Loading branch information
kedar2a committed May 6, 2017
1 parent a0b4f03 commit df10fd6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/header_clix.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
{% get_test_page_oid as help_oid %}
{% get_gstudio_registration as registration %}




<nav class="top-bar" data-topbar role="navigation" id="menu_bar_gstudio">
<ul class="title-area">
<li class="name show-for-medium-up">
Expand All @@ -36,11 +33,12 @@
<ul class="right show-for-medium-up">
<!-- <li class=""><a href="#">Blog</a></li>
<li class=""><a href="#"><i class="icons-medium fi-info"></i>&nbsp;Help Topics</a></li>
--> {% if user.is_authenticated %}
-->

{% if help_oid %}
<li class=""><a {% if title == 'Help Page' %} class="active" {% endif %} target="_blank" href="{% url 'help_page_view' help_oid %}"> <i class="fa fa-info-circle"></i> Help </a></li>
{% endif %}
{% if user.is_authenticated %}
<li class="has-dropdown buddy_margin">
{% get_profile_pic request.user.pk as prof_pic %}
<!-- <a href="{% url 'dashboard' request.user.pk %}"> -->
Expand Down

0 comments on commit df10fd6

Please sign in to comment.