219
219
class XHTMLUnauthorizedView(XHTMLErrorView):
220
220
template = 'xhtmlunauthorized.html'
222
def __init__(self, req, exception, lastobj):
223
super(XHTMLUnauthorizedView, self).__init__(req, exception, lastobj)
226
226
# Not logged in. Redirect to login page.