Skip to content

Commit

Permalink
[#2696] errors block for resource_form to match package_form
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Oct 21, 2015
1 parent 2f8d75c commit b33a08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/snippets/resource_form.html
Expand Up @@ -12,7 +12,7 @@
{% endif %}
{% endblock %}

{{ form.errors(error_summary) }}
{% block errors %}{{ form.errors(error_summary) }}{% endblock %}

<input name="id" value="{{ data.id }}" type="hidden"/>

Expand Down

0 comments on commit b33a08d

Please sign in to comment.