diff --git a/ckanext/dms/templates/package/group_list.html b/ckanext/dms/templates/package/group_list.html index 94b0055..f18accb 100644 --- a/ckanext/dms/templates/package/group_list.html +++ b/ckanext/dms/templates/package/group_list.html @@ -1,4 +1,4 @@ -{% ckan_extends %} +{% extends "package/read_base.html" %} {% import 'macros/form.html' as form %} {% block primary_content_inner %} @@ -6,6 +6,7 @@

{{ _('Categories') }}

{% if group_dropdown %}
+ {{ h.csrf_input() }}