From 014ae4870f5753c480b12ea9ed73a52a82ef630d Mon Sep 17 00:00:00 2001 From: toavina Date: Wed, 25 Sep 2024 13:14:31 +0300 Subject: [PATCH] Removes custom field from organization_form.html --- .../templates/organization/snippets/organization_form.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ckanext/zarr/templates/organization/snippets/organization_form.html diff --git a/ckanext/zarr/templates/organization/snippets/organization_form.html b/ckanext/zarr/templates/organization/snippets/organization_form.html new file mode 100644 index 0000000..a1ff3f3 --- /dev/null +++ b/ckanext/zarr/templates/organization/snippets/organization_form.html @@ -0,0 +1,4 @@ +{% ckan_extends %} + +{% block custom_fields %} +{% endblock %} \ No newline at end of file