diff --git a/ckanext/example_theme/v17_popover/templates/snippets/package_item.html b/ckanext/example_theme/v17_popover/templates/snippets/package_item.html index a53aa78ed67..7d1799c5b6f 100644 --- a/ckanext/example_theme/v17_popover/templates/snippets/package_item.html +++ b/ckanext/example_theme/v17_popover/templates/snippets/package_item.html @@ -1,6 +1,6 @@ {% ckan_extends %} -{% block package_item_content %} +{% block content %} {{ super() }} {% resource 'example_theme/example_theme_popover.js' %}