From: Sean Hammond Date: Wed, 22 Feb 2012 14:02:52 +0000 Subject: Fix a bug in the dataset form X-Git-Url: https://maxious.lambdacomplex.org/git/?p=ckanext-datagovau.git&a=commitdiff&h=623c81f54f2aca70feb69b421a0b7a00d0dda12d --- Fix a bug in the dataset form --- --- a/README.rst +++ b/README.rst @@ -31,7 +31,6 @@ Then activate it by setting ``ckan.plugins = example`` in your main ``ini``-file. - Orientation =========== @@ -63,4 +62,19 @@ updating. In the meantime, follow the instructions at: http://readthedocs.org/docs/ckan/en/latest/forms.html +Example Tags With Vocabularies +============================== +To add example tag vocabulary data to the database, from the ckanext-example directory run: + +:: + + paster example create-example-vocabs -c + +This data can be removed with + +:: + + paster example clean -c + + --- a/ckanext/example/theme/templates/forms/dataset_form.html +++ b/ckanext/example/theme/templates/forms/dataset_form.html @@ -41,7 +41,7 @@
- ${url(controller='package', action='index')+'/'}  + ${h.url(controller='package', action='index')+'/'}