Skip to content

Commit

Permalink
Remove {{ value }} when h.list_dict_filter is used
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin authored and amercader committed Apr 8, 2013
1 parent 455ed8a commit 18d5859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/templates/package/search.html
Expand Up @@ -45,7 +45,6 @@
{%- if c.translated_fields and c.translated_fields.has_key((field,value)) -%}
{{ c.translated_fields[(field,value)] }}
{%- else -%}
{{ value }}
{{ h.list_dict_filter(search_facets_items , 'name', 'display_name', value) }}
{%- endif %}
<a href="{{ c.remove_field(field, value) }}" class="remove" title="{{ _('Remove') }}"><i class="icon-remove"></i></a>
Expand Down

0 comments on commit 18d5859

Please sign in to comment.