From 98c38785e2db2b667a8a0d74a35306556607b629 Mon Sep 17 00:00:00 2001 From: Casey Hansen <42587248+caseyhans@users.noreply.github.com> Date: Sat, 15 Feb 2025 11:31:15 -0500 Subject: [PATCH] Add global search link to sidebar (#1163) --- hawc/templates/includes/sidebar.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hawc/templates/includes/sidebar.html b/hawc/templates/includes/sidebar.html index 9591f31714..0f5e7fc944 100644 --- a/hawc/templates/includes/sidebar.html +++ b/hawc/templates/includes/sidebar.html @@ -57,7 +57,9 @@ {% endif %} - +
  • + Search +
  • {% if feature_flags.ENABLE_DOCS_LINK and user.is_authenticated %} {% if expand_docs %} {% include 'docs/components/sidebar_docs_tree.html' %}