Skip to content

Commit

Permalink
fix: remember quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Dec 18, 2024
1 parent 74b103c commit 6bf22a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/who_afro/templates/package/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
data-resource-id="{{ resource_id }}"
data-resource-title="{{ pkg.title }}"
data-round-to-decimal-places="2"
data-labels='{ "segment": "{{ indicator_details.facet_label }}", "amount": "{{ pkg.title }}", "noDataYearWarning": {{ _("No data to display for this year") }}, "noDataCountryWarning": {{ _("No time series data for this country") }} }'
data-labels='{ "segment": "{{ indicator_details.facet_label }}", "amount": "{{ pkg.title }}", "noDataYearWarning": "{{ _("No data to display for this year") }}", "noDataCountryWarning": "{{ _("No time series data for this country") }}" }'
data-sexes='{{ facet }}'
data-api-fields='{ "value": "{{ indicator_details.value_field }}", "country": "{{ indicator_details.geo_field }}", "segment": "{{ indicator_details.facet_field }}", "time_axis": "{{ indicator_details.time_field }}" }'>
</div>
Expand Down

0 comments on commit 6bf22a6

Please sign in to comment.