Skip to content

Commit

Permalink
[#2750] Remove 'free extras' from package form in example idatasetform
Browse files Browse the repository at this point in the history
This is necessary to make convert_to/from_extras() work
  • Loading branch information
Sean Hammond committed Mar 19, 2013
1 parent 41684e5 commit 4483c53
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{% ckan_extends %}

{# Remove 'free extras' from the package form. If you're using
convert_to/from_extras() as we are with our 'custom_text' field below then
you need to remove free extras from the form, or editing your custom field
won't work. #}
{% block custom_fields %}
{% endblock %}

{% block package_metadata_fields %}

<div class="control-group">
Expand Down

0 comments on commit 4483c53

Please sign in to comment.