Skip to content

Commit

Permalink
move link
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Feb 15, 2025
1 parent 24da68d commit bd7e6ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions hawc/templates/includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<li class="{{li_class}}">
<a class="{{a_class}}" href="{% url 'assessment:public_list' %}">Assessments</a>
</li>
<li class="{{li_class}}">
<a class="{{a_class}}" href="{% url 'search' %}">Global Search</a>
</li>
{% if assessment %}
<li class="{{li_class}}">
<a class="{{a_class}}" href="{{ assessment.get_absolute_url }}">{{ assessment }}</a>
Expand Down Expand Up @@ -60,7 +57,9 @@
</ul>
</li>
{% endif %}

<li class="{{li_class}}">
<a class="{{a_class}}" href="{% url 'search' %}">Search</a>
</li>
{% if feature_flags.ENABLE_DOCS_LINK and user.is_authenticated %}
{% if expand_docs %}
{% include 'docs/components/sidebar_docs_tree.html' %}
Expand Down

0 comments on commit bd7e6ac

Please sign in to comment.