Forgot to rename the path to the example form
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):
         """