Skip to content

Commit

Permalink
datasets search update pacckage url to datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Mar 6, 2024
1 parent 1152163 commit c0c672d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/openafrica/templates/package/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block page_primary_action %}
{% if h.check_access('package_create') %}
<div class="page_primary_action">
{% link_for _('Add Dataset'), controller='package', action='new', class_='btn btn-primary', icon='plus-sign-alt' %}
{% link_for _('Add Dataset'), controller='dataset', action='new', class_='btn btn-primary', icon='plus-sign-alt' %}
</div>
{% endif %}
{% endblock %}
Expand Down

0 comments on commit c0c672d

Please sign in to comment.