diff --git a/ckan/templates/admin/config.html b/ckan/templates/admin/config.html index 390ccbefbb3..ee39ed05725 100644 --- a/ckan/templates/admin/config.html +++ b/ckan/templates/admin/config.html @@ -1,4 +1,4 @@ -{% import 'macros/form.html' as form %} +{% import 'macros/autoform.html' as autoform %} {% extends "page.html" %} @@ -10,7 +10,7 @@

{{ _('Configuration Settings') }}

- {{ form.autoform(form_items, data, errors) }} + {{ autoform.generate(form_items, data, errors) }}
{# Update needs to come first so form submits when return is pressed #}