add recent datasets
[ckanext-dga-stats.git] / ckanext / dga_stats / controller.py
blob:a/ckanext/dga_stats/controller.py -> blob:b/ckanext/dga_stats/controller.py
--- a/ckanext/dga_stats/controller.py
+++ b/ckanext/dga_stats/controller.py
@@ -12,11 +12,12 @@
         c.top_rated_packages = stats.top_rated_packages()
         c.most_edited_packages = stats.most_edited_packages()
         c.largest_groups = stats.largest_groups()
-        c.top_tags = stats.top_tags()
         c.top_package_owners = stats.top_package_owners()
         c.summary_stats = stats.summary_stats()
         c.activity_counts = stats.activity_counts()
         c.by_org = stats.by_org()
+        c.res_by_org = stats.res_by_org()
+        c.top_active_orgs = stats.top_active_orgs()
         c.user_access_list = stats.user_access_list()
         c.recent_datasets = stats.recent_datasets()
         c.new_packages_by_week = rev_stats.get_by_week('new_packages')