From: Ross Jones Date: Fri, 09 Dec 2011 12:21:52 +0000 Subject: Forgot to rename the path to the example form X-Git-Url: http://maxious.lambdacomplex.org/git/?p=ckanext-datagovau.git&a=commitdiff&h=5cdd77c91279dc9e0e30a890d152b15996ea15c0 --- Forgot to rename the path to the example form --- --- a/ckanext/example/forms.py +++ b/ckanext/example/forms.py @@ -64,7 +64,7 @@ Returns a string representing the location of the template to be rendered. e.g. "package/new_package_form.html". """ - return 'controller/package_plugin.html' + return 'forms/dataset_form.html' def is_fallback(self): """