lint plus migrations

This commit is contained in:
David Kennedy 2024-07-25 08:47:52 -04:00
parent 784b005968
commit 06a5803bba
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 39 additions and 0 deletions

View file

@ -61,6 +61,7 @@ def add_path_to_context(request):
def add_has_profile_feature_flag_to_context(request):
return {"has_profile_feature_flag": flag_is_active(request, "profile_feature")}
def portfolio_permissions(request):
"""Make portfolio permissions for the request user available in global context"""
try: