Skip to content

Commit

Permalink
Merge pull request ckan#8455 from bellisk/8454-display-social-media-l…
Browse files Browse the repository at this point in the history
…inks-on-resource-page-when-using-ckanext-scheming

Fix display of social media links on resource
  • Loading branch information
wardi authored Oct 15, 2024
2 parents f405ef3 + 66a8be8 commit a6851c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/8454.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix display of social media links on resource when ckanext-scheming is in use.
2 changes: 1 addition & 1 deletion ckan/templates/package/resource_read.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h2>{{ _('Additional Information') }}</h2>
{% 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 %}

0 comments on commit a6851c2

Please sign in to comment.