diff --git a/ckanext/datapusher_plus/templates/datapusher/resource_data.html b/ckanext/datapusher_plus/templates/datapusher/resource_data.html index b7ebe33e..a0e9df3d 100644 --- a/ckanext/datapusher_plus/templates/datapusher/resource_data.html +++ b/ckanext/datapusher_plus/templates/datapusher/resource_data.html @@ -9,6 +9,9 @@
{{ h.csrf_input() }} +

The Datastore allows the Hub to store information from your resources to power features like data preview, search and filter, and the data dictionary. + If you are experiencing issues with any of these features or there is an error in this section, first try to reupload the resource with the “Upload to Datastore” button. + If you need additional assistance, please visit the Hub Documents Library or reach out to Hub support.

@@ -59,37 +62,4 @@ - {% if status.status and status.task_info and show_table %} -

{{ _('Upload Log') }}

- - {% endif %} - {% endblock %}