diff --git a/ckanext/example_theme/v18_snippet_api/templates/ajax_snippets/example_theme_popover.html b/ckanext/example_theme/v18_snippet_api/templates/ajax_snippets/example_theme_popover.html index 032077f6616..b4198bd2b2d 100644 --- a/ckanext/example_theme/v18_snippet_api/templates/ajax_snippets/example_theme_popover.html +++ b/ckanext/example_theme/v18_snippet_api/templates/ajax_snippets/example_theme_popover.html @@ -10,7 +10,7 @@
{{ _('Followers') }}
-
{{ h.get_action('dataset_follower_count', {'id': id}) }}
+
{{ h.follow_count('dataset', id) }}
{{ _('Resources') }}
{{ num_resources }}