a2_rbac: move context_processors from django_rbac (#70894)

This commit is contained in:
Valentin Deniaud 2022-11-03 13:39:21 +01:00
parent 8d600641e9
commit ba71c350b4
2 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ TEMPLATES = [
'OPTIONS': {
'context_processors': [
'django.contrib.auth.context_processors.auth',
'django_rbac.context_processors.auth',
'authentic2.a2_rbac.context_processors.auth',
'django.template.context_processors.debug',
'django.template.context_processors.i18n',
'django.template.context_processors.media',