You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem origin is that the search template inherits from the base.html template, which includes a head.html component that defines the title tag like so:
but the search "page" is really a view without an underlying page object (all these self vars will be undefined, I believe) so we only get the title_suffix block "| CCA Libraries".
This is incredibly minor but still unideal.
The text was updated successfully, but these errors were encountered:
e.g. see https://libraries.cca.edu/search/?q=test&searchType=services&page=1
The problem origin is that the search template inherits from the base.html template, which includes a head.html component that defines the title tag like so:
but the search "page" is really a view without an underlying page object (all these
self
vars will be undefined, I believe) so we only get thetitle_suffix
block "| CCA Libraries".This is incredibly minor but still unideal.
The text was updated successfully, but these errors were encountered: