snapshot: preserve role management and user lifecycle controls
This commit is contained in:
5
backend/workflows/context_processors.py
Normal file
5
backend/workflows/context_processors.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .roles import template_role_context
|
||||
|
||||
|
||||
def role_context(request):
|
||||
return template_role_context(getattr(request, 'user', None))
|
||||
Reference in New Issue
Block a user