Skip to content

Commit

Permalink
[#1038] Fix a bug introduced on this branch, for pre-filling the grou…
Browse files Browse the repository at this point in the history
…p in the new-package form.
  • Loading branch information
David Read committed Dec 9, 2013
1 parent 8dffa31 commit 1de51c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/organization/read.html
Expand Up @@ -2,7 +2,7 @@

{% block page_primary_action %}
{% if h.check_access('package_create', {'owner_org': c.group_dict.id}) %}
{% link_for _('Add Dataset'), controller='package', action='new', group=c.group_dict.name, class_='btn btn-primary', icon='plus-sign-alt' %}
{% link_for _('Add Dataset'), controller='package', action='new', group=c.group_dict.id, class_='btn btn-primary', icon='plus-sign-alt' %}
{% endif %}
{% endblock %}

Expand Down

0 comments on commit 1de51c6

Please sign in to comment.