changeset 3408 | c92170fca813 |
parent 1977 | 606923dff11b |
child 3451 | 6b46d73823f5 |
--- a/web/views/vcard.py Wed Sep 23 11:10:38 2009 +0200 +++ b/web/views/vcard.py Wed Sep 23 11:13:39 2009 +0200 @@ -16,7 +16,7 @@ class VCardCWUserView(EntityView): """export a person information as a vcard""" - id = 'vcard' + __regid__ = 'vcard' title = _('vcard') templatable = False content_type = 'text/x-vcard'