From 49d8d14416cb29a0cfca0ff65f7a81fd7cf995fe Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Wed, 27 Dec 2023 20:01:54 +0000 Subject: [PATCH] docs/search-results: redesigned the page --- src/templates/docs/search-results.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/templates/docs/search-results.html b/src/templates/docs/search-results.html index 2ba57f74..cb276761 100644 --- a/src/templates/docs/search-results.html +++ b/src/templates/docs/search-results.html @@ -30,6 +30,12 @@
+ {% if q and not pages %} +
+ {{ _("No Results Found For '%s'") % q }} +
+ {% end %} + {% module DocsList(pages, show_author=False) %}
-- 2.47.2