--- a/ckanext/ga_report/plugin.py +++ b/ckanext/ga_report/plugin.py @@ -21,7 +21,8 @@ """ from ckanext.ga_report.helpers import most_popular_datasets return { - 'most_popular_datasets': most_popular_datasets + 'ga_report_installed': lambda: True, + 'most_popular_datasets': most_popular_datasets, } def after_map(self, map):