Skip to content

Commit

Permalink
[#1659] remove new_package_form.html block overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Apr 22, 2014
1 parent 3a13423 commit 44a5537
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ckan/templates/package/new_package_form.html
Expand Up @@ -8,14 +8,6 @@
{% endif %}
{% endblock %}

{% block metadata_fields %}
{% if form_style == 'edit' %}{{ super() }}{% endif %}
{% endblock %}

{% block disclaimer %}
{% if form_style != 'edit' %}{{ super() }}{% endif %}
{% endblock %}

{% block save_button_text %}
{% if form_style != 'edit' %}
{{ super() }}
Expand Down

0 comments on commit 44a5537

Please sign in to comment.