snapshot: preserve role management and user lifecycle controls

This commit is contained in:
Md Bayazid Bostame
2026-03-26 10:07:49 +01:00
parent 438334bd92
commit b585287004
17 changed files with 1137 additions and 273 deletions

View File

@@ -0,0 +1,5 @@
from .roles import template_role_context
def role_context(request):
return template_role_context(getattr(request, 'user', None))