diff --git a/changes/8454.bugfix b/changes/8454.bugfix new file mode 100644 index 00000000000..43f81d59911 --- /dev/null +++ b/changes/8454.bugfix @@ -0,0 +1 @@ +Fix display of social media links on resource when ckanext-scheming is in use. diff --git a/ckan/templates/package/resource_read.html b/ckan/templates/package/resource_read.html index e16c6f27e15..275dd1828eb 100644 --- a/ckan/templates/package/resource_read.html +++ b/ckan/templates/package/resource_read.html @@ -187,7 +187,7 @@

{{ _('Additional Information') }}

{% snippet "package/snippets/resources.html", pkg=pkg, active=res.id, action='read' %} {% endblock %} - {% block resource_license %} + {% block resource_social %} {% snippet "snippets/social.html" %} {% endblock %} {% endblock %}