harvester-d4science/ckanext/harvest/templates/source/read.html

9 lines
238 B
HTML
Raw Normal View History

{% extends "source/read_base.html" %}
{% block primary_content_inner %}
<section class="module-content">
2015-06-10 13:14:20 +02:00
<h1 class="hide-heading">{{ _('Datasets') }}</h1>
{{ h.package_list_for_source(source.id) }}
</section>
{% endblock %}