diff --git a/ckan/templates/snippets/package_list.html b/ckan/templates/snippets/package_list.html index 3074ec5c1cb..adbab1f957d 100644 --- a/ckan/templates/snippets/package_list.html +++ b/ckan/templates/snippets/package_list.html @@ -3,6 +3,9 @@

${h.link_to(package.get('title') or package.get('name'), h.url_for(controller='package', action='read', id=package.get('name')))}

+
+ ${h.markdown_extract(package.notes)} +
    @@ -12,8 +15,5 @@

-
- ${h.markdown_extract(package.notes)} -