Skip to content

Commit

Permalink
Add global search link to sidebar (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyhans authored Feb 15, 2025
1 parent 7f10607 commit 98c3878
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hawc/templates/includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,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 98c3878

Please sign in to comment.