From bbd20e6c43178d80423b753f3e0ae3ad5f35e4fc Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 7 Oct 2019 11:46:42 +0100 Subject: [PATCH] Warn user when no matching depicts items. --- templates/item.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/item.html b/templates/item.html index 9180648..28a5575 100644 --- a/templates/item.html +++ b/templates/item.html @@ -127,9 +127,9 @@ - + -
+
{{ hit.label }} @@ -141,7 +141,10 @@
{{ hit.description }}
-
+
+
+
+ no matching depicts found
{% endraw %}