web/views/euser.py
branchtls-sprint
changeset 765 8fda14081686
parent 753 17d38f000bea
child 791 00f7f6adcf91
--- a/web/views/euser.py	Wed Feb 18 10:27:09 2009 +0100
+++ b/web/views/euser.py	Wed Feb 18 11:09:55 2009 +0100
@@ -11,8 +11,9 @@
 
 from cubicweb.schema import display_name
 from cubicweb.selectors import one_line_rset, implements, match_user_groups
+from cubicweb.view import EntityView
 from cubicweb.web import INTERNAL_FIELD_VALUE
-from cubicweb.web.form import EntityForm
+from cubicweb.web.form import FormMixIn
 from cubicweb.web.action import Action
 from cubicweb.web.views.baseviews import PrimaryView, EntityView
 
@@ -93,7 +94,7 @@
         self.cell_call(0, 0)
 
             
-class EditGroups(EntityForm):
+class EditGroups(FormMixIn, EntityView):
     """displays a simple euser / egroups editable table"""
     
     id = 'editgroups'