diff --git a/ckanext/datajson/templates_datajson/organization/read.html b/ckanext/datajson/templates_datajson/organization/read.html index b334be22..039d6267 100644 --- a/ckanext/datajson/templates_datajson/organization/read.html +++ b/ckanext/datajson/templates_datajson/organization/read.html @@ -4,8 +4,8 @@ {{ super() }} {% if h.check_access('package_create', {'owner_org': c.group_dict.id}) %} {% if h.datajson_inventory_links_enabled() %} - - + +
@@ -19,9 +19,9 @@ $('#formUnredacted').submit(); }); - $('#btnRedacted').click(function () { - $('#formRedacted').submit(); - }); + // $('#btnRedacted').click(function () { + // $('#formRedacted').submit(); + // }); $('#btnDraft').click(function () { $('#formDraft').submit();