I want to modify part of my base navigation menu based on a flag on the user model, without having to include request.user in every single view function in my codebase. The nav menu is part of the base template which every other template extends.
Is there a simple way to do this (if so, I suck at search)? If not, is there a standard workaround?