Skip to content

Commit

Permalink
[#3414] resource_data is a datapusher template
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Jan 29, 2017
1 parent f6d0669 commit b352b74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datapusher/plugin.py
Expand Up @@ -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})


Expand Down

0 comments on commit b352b74

Please sign in to comment.