From ef571877cd552fd6158104439175953edcb4c404 Mon Sep 17 00:00:00 2001 From: amercader Date: Wed, 10 Sep 2014 16:00:08 +0100 Subject: [PATCH] [#1894] Update docs and example_idatasetform to reflect changes For the 2.2.1 branch, only changes in the snippet were added, as the docs page does not exist here --- .../templates/package/snippets/package_metadata_fields.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html b/ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html index 50271bd638d..80614c3c590 100644 --- a/ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html +++ b/ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html @@ -1,9 +1,7 @@ {% 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. #} +{# Remove 'free extras' from the package form, as we don't want to support + them on our example. #} {% block custom_fields %} {% endblock %}