summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5ec6596)
raw | patch | inline | side by side (parent: 5ec6596)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 19 Feb 2003 03:59:44 +0000 (03:59 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 19 Feb 2003 03:59:44 +0000 (03:59 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1529 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/templating.py | patch | blob | history |
index 001c1da656ff591eeb61604d9d8709761f52ff8c..ffb5fc13375ee6e1393ee1890d9bbb457405a20b 100644 (file)
class HTMLUser(HTMLItem):
''' Accesses through the *user* (a special case of item)
'''
- def __init__(self, client, classname, nodeid):
- HTMLItem.__init__(self, client, 'user', nodeid)
+ def __init__(self, client, classname, nodeid, anonymous=0):
+ HTMLItem.__init__(self, client, 'user', nodeid, anonymous)
self._default_classname = client.classname
# used for security checks