This commit is contained in:
ErikKalkoken
2020-06-06 17:59:23 +02:00
parent f6e6ba775c
commit bbb70c93d9
7 changed files with 53 additions and 19 deletions

View File

@@ -103,8 +103,7 @@ TEMPLATES = [
'django.template.context_processors.media',
'django.template.context_processors.static',
'django.template.context_processors.tz',
'allianceauth.notifications.context_processors.user_notification_count',
'allianceauth.groupmanagement.context_processors.can_manage_groups',
'allianceauth.notifications.context_processors.user_notification_count',
'allianceauth.context_processors.auth_settings',
],
},