Skip to content

Commit

Permalink
Add helper file for the custom IAEA Topics template
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoteva15 committed Mar 5, 2024
1 parent 79e60a8 commit 101ea14
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ckanext/iaea/templates/group/snippets/helper.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<div class="module module-narrow module-shallow">
<h2 class="module-heading">
<i class="fa fa-info-circle"></i>
{{ _('What are Topics?') }}
</h2>
<div class="module-content">
<p>
{% trans %} You can use CKAN Topics to create and manage collections of
datasets. This could be to catalogue datasets for a particular project or
team, or on a particular theme, or as a very simple way to help people
find and search your own published datasets. {% endtrans %}
</p>
</div>
</div>

0 comments on commit 101ea14

Please sign in to comment.