diff --git a/ckan/templates/authorization_group/authz.html b/ckan/templates/authorization_group/authz.html index 12643d25792..1c5378cbdee 100644 --- a/ckan/templates/authorization_group/authz.html +++ b/ckan/templates/authorization_group/authz.html @@ -6,6 +6,12 @@ Authorization: ${c.authorization_group_name}
+ +
+ Warning: Authorization groups are deprecated and no longer supported. They will be removed + completely on the next CKAN release. +
+

Update Existing Roles

diff --git a/ckan/templates/authorization_group/edit.html b/ckan/templates/authorization_group/edit.html index ade0f548c04..a404ce2318e 100644 --- a/ckan/templates/authorization_group/edit.html +++ b/ckan/templates/authorization_group/edit.html @@ -6,6 +6,12 @@ Edit: ${c.authorization_group.name if c.authorization_group else ''}
+ +
+ Warning: Authorization groups are deprecated and no longer supported. They will be removed + completely on the next CKAN release. +
+ ${Markup(c.form)}
diff --git a/ckan/templates/authorization_group/index.html b/ckan/templates/authorization_group/index.html index a135ac9fcaf..281f3d1772b 100644 --- a/ckan/templates/authorization_group/index.html +++ b/ckan/templates/authorization_group/index.html @@ -7,6 +7,12 @@ Authorization Groups
+ +
+ Warning: Authorization groups are deprecated and no longer supported. They will be removed + completely on the next CKAN release. +
+

There are ${c.page.item_count} authorization groups.

${c.page.pager()} diff --git a/ckan/templates/authorization_group/new.html b/ckan/templates/authorization_group/new.html index 0dbcc2a527a..1eb973b9282 100644 --- a/ckan/templates/authorization_group/new.html +++ b/ckan/templates/authorization_group/new.html @@ -6,6 +6,12 @@ New Authorization Group
+ +
+ Warning: Authorization groups are deprecated and no longer supported. They will be removed + completely on the next CKAN release. +
+ ${Markup(c.form)}
diff --git a/ckan/templates/authorization_group/read.html b/ckan/templates/authorization_group/read.html index 01ecec03843..3c2c7bad233 100644 --- a/ckan/templates/authorization_group/read.html +++ b/ckan/templates/authorization_group/read.html @@ -7,6 +7,12 @@ ${c.authorization_group.name}
+ +
+ Warning: Authorization groups are deprecated and no longer supported. They will be removed + completely on the next CKAN release. +
+

Members

There are ${c.page.item_count} users in this authorization group.

${c.page.pager()} diff --git a/ckan/templates/layout_base.html b/ckan/templates/layout_base.html index ca36c86e456..dedd7b784cb 100644 --- a/ckan/templates/layout_base.html +++ b/ckan/templates/layout_base.html @@ -176,11 +176,6 @@

Sections

Revisions -
  • - - Authorization Groups - -
  • Site Admin