Skip to content

Commit

Permalink
Change Groups to Topics in the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoteva15 committed Mar 4, 2024
1 parent 298fd43 commit 31c469d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/iaea/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
<nav class="section navigation">
<ul class="nav nav-pills">
{% block header_site_navigation_tabs %} {{ h.build_nav_main(
('organization.index', _('Topics')), ('dataset.search',
_('Datasets'))) }} {% endblock %}
('group.index', _('Topics')), ('dataset.search', _('Datasets'))) }}
{% endblock %}
</ul>
</nav>
<div class="navbar-right">
Expand Down

0 comments on commit 31c469d

Please sign in to comment.