# HG changeset patch # User Laure Bourgois # Date 1233853751 -3600 # Node ID 64d26324d3eb6027098301ef3548a36db49d9198 # Parent b40d885ba7a49c0064c2d43d865e092c292e4764 oups diff -r b40d885ba7a4 -r 64d26324d3eb web/views/euser.py --- a/web/views/euser.py Thu Feb 05 18:02:36 2009 +0100 +++ b/web/views/euser.py Thu Feb 05 18:09:11 2009 +0100 @@ -37,6 +37,8 @@ def is_side_related(self, rschema, eschema): return rschema.type in ['interested_in', 'tags', 'todo_by', 'bookmarked_by', + ] + class FoafView(EntityView): id = 'foaf' accepts = ('EUser',) @@ -74,7 +76,7 @@ m.update(html_escape(emailaddr)) crypt_sha1 = m.hexdigest() self.w(u'%s\n' % crypt_sha1) - self.w(u'\n') + self.w(u'\n') class EditGroups(EntityForm):