Skip to content

Commit

Permalink
Merge pull request #1383 from okfn/1350-resource-format-remove-text
Browse files Browse the repository at this point in the history
[#1350] Remove misleading resource format notice
  • Loading branch information
kindly committed Dec 12, 2013
2 parents 25926d9 + cf3a97e commit 19496ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ckan/templates/package/snippets/resource_form.html
Expand Up @@ -35,10 +35,6 @@
{% block basic_fields_format %}
{% set format_attrs = {'data-module': 'autocomplete', 'data-module-source': '/api/2/util/resource/format_autocomplete?incomplete=?'} %}
{% call form.input('format', id='field-format', label=_('Format'), placeholder=_('eg. CSV, XML or JSON'), value=data.format, error=errors.format, classes=['control-medium'], attrs=format_attrs) %}
<span class="info-block info-block-small">
<i class="icon-info-sign"></i>
{{ _('This is generated automatically. You can edit if you wish') }}
</span>
{% endcall %}
{% endblock %}

Expand Down

0 comments on commit 19496ce

Please sign in to comment.