Skip to content

Commit

Permalink
[#2939] Organization added to package read template
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 2, 2012
1 parent 9df8370 commit 85bf807
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ckan/templates/package/read.html
Expand Up @@ -72,6 +72,13 @@ <h1>{{ pkg.title or pkg.name }}
{% endblock %}

{% block secondary_content %}

{% block package_org %}
{% if pkg.organization %}
{% snippet "snippets/organization.html", organization=pkg.organization, truncate=70 %}
{% endif %}
{% endblock %}

{% block package_groups %}
{% for group in pkg.groups %}
{% snippet "snippets/group.html", group=group, truncate=70 %}
Expand Down

0 comments on commit 85bf807

Please sign in to comment.