From 9823afba3fb5dad40a5d459ddc09f8e034ae1c3f Mon Sep 17 00:00:00 2001 From: jared-brown Date: Tue, 10 Jun 2014 11:23:24 -0700 Subject: [PATCH] Fix block names in example_theme --- .../templates/snippets/package_item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/example_theme/v21_custom_jquery_plugin/templates/snippets/package_item.html b/ckanext/example_theme/v21_custom_jquery_plugin/templates/snippets/package_item.html index 75ed673e3c8..8de2288dffd 100644 --- a/ckanext/example_theme/v21_custom_jquery_plugin/templates/snippets/package_item.html +++ b/ckanext/example_theme/v21_custom_jquery_plugin/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' %}