Closed robvdl closed 8 months ago
It seems we actually also need to look at request.traversed
which is a tuple if a traversed url is hit but requires login.
it hits the login view, and instead of request.matched_routed
being not None, request.traversed
is not None instead.
Simple fix should be just to do an
and