changeset 926 | 6d3d693c0ad5 |
parent 619 | 9efa2cc9c02c |
child 950 | 8ac01018f499 |
--- a/web/views/euser.py Mon Feb 23 14:54:55 2009 +0100 +++ b/web/views/euser.py Mon Feb 23 16:25:59 2009 +0100 @@ -67,13 +67,7 @@ if emailaddr: self.w(u'<foaf:mbox>%s</foaf:mbox>\n' % html_escape(emailaddr)) self.w(u'</foaf:Person>\n') - -class FoafUsableView(FoafView): - id = 'foaf_usable' - - def call(self): - self.cell_call(0, 0) - + class EditGroups(EntityForm): """displays a simple euser / egroups editable table"""