Skip to content

Commit

Permalink
Fix for new dataset step 2 showing edit navigation menu on left
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Oct 16, 2012
1 parent ed37c63 commit bab3906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/new_resource.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% block form %}{% snippet 'package/snippets/resource_form.html', data=data, errors=errors, error_summary=error_summary, include_metadata=false, pkg_name=pkg_name, stage=stage, allow_upload=logged_in %}{% endblock %}

{% block secondary_content %}
{% if pkg_dict %}
{% if pkg_dict and pkg_dict.state != 'draft' %}
{% snippet 'package/snippets/info.html', pkg=pkg_dict, action='resource_new' %}
{% else %}
<section class="module module-narrow module-shallow">
Expand Down

0 comments on commit bab3906

Please sign in to comment.