From d1dd7e3358767aedc4400f3582e3bef8e9c413d5 Mon Sep 17 00:00:00 2001 From: Dipak Shetty Date: Wed, 8 Apr 2026 14:41:13 -0500 Subject: [PATCH] Added info block above "Upload to DataStore" button --- .../templates/datapusher/resource_data.html | 36 ++----------------- 1 file changed, 3 insertions(+), 33 deletions(-) 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 %}