Add CREATE_CCPO_USER permission, create context processor for ATAT so user_can and permissions can be used in the template, add placeholder button for adding new CCPO user
This commit is contained in:
@@ -119,3 +119,10 @@ def portfolio():
|
||||
"funding_end_date": funding_end_date,
|
||||
"funded": funded,
|
||||
}
|
||||
|
||||
|
||||
def atat():
|
||||
return {
|
||||
"permissions": Permissions,
|
||||
"user_can": user_can_view,
|
||||
}
|
||||
|
Reference in New Issue
Block a user