Skip to content

Commit

Permalink
Merge pull request #53 from CodeForAfrica/ft/upgrade-ckan-2.9
Browse files Browse the repository at this point in the history
datasets search update package url to datasets
  • Loading branch information
thepsalmist committed Mar 18, 2024
2 parents 5b03224 + c0c672d commit 2203a00
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 2203a00

Please sign in to comment.