Forgot to rename the path to the example form
[ckanext-datagovau.git] / ckanext / example / forms.py
blob:a/ckanext/example/forms.py -> blob:b/ckanext/example/forms.py
--- 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):
         """