From c855e4ffe148799b9ab0c73310e5b0f2f34c8acd Mon Sep 17 00:00:00 2001 From: "Toavina A." Date: Wed, 2 Oct 2024 16:03:17 +0300 Subject: [PATCH] Removes custom field from organization_form.html (#32) --- .../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