From 2b83698292d85ede279a44cbfd36904957e93041 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 10 Jul 2018 21:09:21 -0400 Subject: [PATCH] Changed 'no results' text in search page --- templates/downloads.html | 1 + templates/search.html | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/downloads.html b/templates/downloads.html index f4fb68c..16e3abe 100644 --- a/templates/downloads.html +++ b/templates/downloads.html @@ -8,6 +8,7 @@
Downloads
+

Please let me know if you used the database in a project!

The entire database is exported to CSV regularly

diff --git a/templates/search.html b/templates/search.html index e8be9d0..8bb560f 100644 --- a/templates/search.html +++ b/templates/search.html @@ -168,7 +168,15 @@ {% else %}
-
No results
+
+

No results.

+

For better results:

+
    +
  • Try checking the 'Match any word' box for a broader search.
  • +
  • Make sure you don't include the file extension in your query (Use the appropriate field to filter file types)
  • +
+
+
{% endif %}