From 19c6d3b81c96e5022eebf7c13569814e9394f4c4 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 18 Dec 2019 18:48:14 +0000 Subject: [PATCH] Fix display of item without title. --- templates/find_more.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/find_more.html b/templates/find_more.html index 5d23b89..dad04cd 100644 --- a/templates/find_more.html +++ b/templates/find_more.html @@ -66,7 +66,7 @@ {# #}
-
{{ item.label }}
+
{{ item.label or '[no title]' }}

{% for qid in item.instance_of %}