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 %}