71
def __init__(self, req, context, subpath=None):
72
super(TermsOfServiceView, self).__init__(req, context, subpath)
71
73
# We need to be able to handle the case where a user has status
72
74
# 'no_agreement'. In that case, req.user will be None, so we have