From 69bd94d7053cae16b4820f1de65b0305ce78eb38 Mon Sep 17 00:00:00 2001 From: John Martin Date: Tue, 27 Nov 2012 18:32:55 +0000 Subject: [PATCH] Fix for allowing the title to be sent through to the facet list --- ckan/templates/snippets/facet_list.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ckan/templates/snippets/facet_list.html b/ckan/templates/snippets/facet_list.html index 7eb9df13c16..eaab698a97d 100644 --- a/ckan/templates/snippets/facet_list.html +++ b/ckan/templates/snippets/facet_list.html @@ -28,7 +28,11 @@ #} {% with items = items or h.get_facet_items_dict(name) %}
-

{{ h.get_facet_title(name) }} {{ _('Clear All') }}

+

+ + {{ title or h.get_facet_title(name) }} + {{ _('Clear All') }} +

{% if items %}