Skip to content

Commit

Permalink
Add dataset info
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Mar 10, 2024
1 parent 5021da7 commit d8e4b51
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ckanext/iaea/templates/package/read_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,19 @@ <h2>Featured Visualization</h2>
{% block secondary_help_content %}
<div class="module context-info">
<div class="module-content">
<h1 class="heading">{{ _('Activity') }}</h1>
<h1 class="heading">{{ _('Dataset Info') }} </h1>
<div class="nums"></div>
</div>
</div>
{#{ h.package_activity_html(pkg.id) | safe }#}
{% endblock %}

{% block package_info %}
{% snippet 'package/snippets/info.html', pkg=pkg %}
{% endblock %}

{% block package_license %}
{% snippet "snippets/license.html", pkg_dict=pkg %}
{% endblock %}

{% block package_organization %}
{% if pkg.organization %}
Expand All @@ -147,13 +154,6 @@ <h1 class="heading">{{ _('Activity') }}</h1>
{% endif %}
{% endblock %}


{% block package_info %}

{% endblock %}

{% block package_license %}
{% endblock %}
</div>
{% endblock %}

Expand Down

0 comments on commit d8e4b51

Please sign in to comment.