[form]: Get form working with CKAN 1.4.1 (formalchemy deprecated).
[ckanext-datagovau.git] / ckanext / exampletheme / package_form.py
blob:a/ckanext/exampletheme/package_form.py -> blob:b/ckanext/exampletheme/package_form.py
--- a/ckanext/exampletheme/package_form.py
+++ b/ckanext/exampletheme/package_form.py
@@ -22,7 +22,7 @@
 
     # Layout
     field_groups = OrderedDict([
-        (_('Basic information'), ['title', 'name', 'url',
+        (_('Customised Basic information'), ['title', 'name', 'url',
                                   'notes', 'tags']),
         (_('Details'), ['author', 'author_email', 'groups',
                         'maintainer', 'maintainer_email',