Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Apr 8, 2022
1 parent 2750820 commit 8fdc248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{%- if facets.translated_fields and facets.translated_fields.has_key((field,value)) -%}
{{ facets.translated_fields[(field,value)] }}
{%- else -%}
{# change is inject function filter instead h.list_dict_filter #}}
{# change is inject function filter instead h.list_dict_filter #}
{{ h.harvester_data_qld_geoscience_custom_label_function_list_dict_filter(search_facets_items, field, 'name', 'display_name', value) }}
{%- endif %}
<a href="{{ facets.remove_field(field, value) }}" class="remove" title="{{ _('Remove') }}"><i class="fa fa-times"></i></a>
Expand Down

0 comments on commit 8fdc248

Please sign in to comment.