Skip to content

Commit

Permalink
fix: wp-333 ecep search broken
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Oct 10, 2023
1 parent 7b158a5 commit 558e097
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ecep_cms/src/taccsite_cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,18 @@
"img_file_src": "ecep_cms/img/favicon.ico"
}

########################
# TACC: SEARCH
########################

SEARCH_QUERY_PARAM_NAME = 'q'

########################
# TACC: PORTAL
########################

INCLUDES_CORE_PORTAL = True
INCLUDES_PORTAL_NAV = True
INCLUDES_CORE_PORTAL = False
INCLUDES_PORTAL_NAV = False
INCLUDES_SEARCH_BAR = True

########################
Expand Down

0 comments on commit 558e097

Please sign in to comment.