diff --git a/ckanext/odsh/templates/package/read_base.html b/ckanext/odsh/templates/package/read_base.html index 99cb65fdda0f56337edb14a2135016b73955fbd5..de3761067e23ecf5db1da2ccd688017ce55b3909 100644 --- a/ckanext/odsh/templates/package/read_base.html +++ b/ckanext/odsh/templates/package/read_base.html @@ -12,7 +12,7 @@ {% snippet "package/snippets/close_mobile_sidebar_button.html" %} {% if pkg.organization %} {% set org = h.get_organization(pkg.organization.name) %} -{% snippet "snippets/organization.html", package=pkg, organization=org, has_context_title=true, hide_description=true %} +{% snippet "organization/snippets/info.html", package=pkg, organization=org, has_context_title=true, hide_description=true %} {% endif %} {% endblock %}