From 8ca4297313564b09a4667d9ae53401d0a5510581 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 23 May 2023 14:07:47 -0500 Subject: [PATCH] fix(tup-cms): make search field required input (#235) --- .../templates/nav_search.raw.html | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 apps/tup-cms/src/taccsite_cms/templates/nav_search.raw.html diff --git a/apps/tup-cms/src/taccsite_cms/templates/nav_search.raw.html b/apps/tup-cms/src/taccsite_cms/templates/nav_search.raw.html new file mode 100644 index 000000000..bdeff301f --- /dev/null +++ b/apps/tup-cms/src/taccsite_cms/templates/nav_search.raw.html @@ -0,0 +1,36 @@ +{# TODO: Migrate to Core #} +{# FAQ: The difference is the addition of `required` to the field #} + +{# COPIED FROM CORE #} +{# https://github.com/TACC/Core-CMS/blob/f0bad55/taccsite_cms/templates/nav_search.raw.html#L1-L31 #} +{# @var settings #} + +{% load static %} + + + + + +