diff --git a/ckanext/datapusher/plugin.py b/ckanext/datapusher/plugin.py index 553609f1f3f..762bb7317ea 100644 --- a/ckanext/datapusher/plugin.py +++ b/ckanext/datapusher/plugin.py @@ -67,7 +67,7 @@ def resource_data(self, id, resource_id): except logic.NotAuthorized: base.abort(403, _('Not authorized to see this page')) - return base.render('package/resource_data.html', + return base.render('datapusher/resource_data.html', extra_vars={'status': datapusher_status}) diff --git a/ckanext/datapusher/templates/package/resource_data.html b/ckanext/datapusher/templates/datapusher/resource_data.html similarity index 100% rename from ckanext/datapusher/templates/package/resource_data.html rename to ckanext/datapusher/templates/datapusher/resource_data.html