web/form.py
changeset 2798 9c650701cb17
parent 2656 a93ae0f6c0ad
child 2890 fdcb8a2bb6eb
--- a/web/form.py	Thu Aug 13 09:49:21 2009 +0200
+++ b/web/form.py	Thu Aug 13 09:59:35 2009 +0200
@@ -16,7 +16,6 @@
 class FormViewMixIn(object):
     """abstract form view mix-in"""
     category = 'form'
-    controller = 'edit'
     http_cache_manager = httpcache.NoHTTPCacheManager
     add_to_breadcrumbs = False
 
@@ -79,7 +78,6 @@
 
     domid = 'entityForm'
     category = 'form'
-    controller = 'edit'
     http_cache_manager = httpcache.NoHTTPCacheManager
     add_to_breadcrumbs = False