Skip to content

Commit

Permalink
Merge branch '1619-template-block'
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Apr 9, 2014
2 parents 0d63497 + d64cf3d commit 5dbed57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/package/resource_read.html
Expand Up @@ -68,8 +68,8 @@ <h3>{{ _('From the dataset abstract') }}</h3>
<blockquote>{{ h.markdown_extract(c.package.get('notes')) }}</blockquote>
<p>{% trans dataset=c.package.title, url=h.url_for(controller='package', action='read', id=c.package['name']) %}Source: <a href="{{ url }}">{{ dataset }}</a>{% endtrans %}
{% endif %}
{% endblock %}
</div>
</div>
{% endblock %}
</div>
{% block data_preview %}
{{ h.resource_preview(c.resource, c.package) }}
Expand Down

0 comments on commit 5dbed57

Please sign in to comment.