mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 23:26:19 +01:00
Front-end notification model
Context processor to count notifications for display in base template Logging handler to generate notifications for users with permission
This commit is contained in:
@@ -61,6 +61,7 @@ INSTALLED_APPS = (
|
||||
'sigtracker',
|
||||
'optimer',
|
||||
'corputils',
|
||||
'notifications',
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
@@ -126,6 +127,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
|
||||
'util.context_processors.domain_url',
|
||||
'util.context_processors.member_api_mask',
|
||||
'util.context_processors.blue_api_mask',
|
||||
'notifications.context_processors.user_notification_count',
|
||||
)
|
||||
|
||||
TEMPLATE_DIRS = (
|
||||
|
||||
Reference in New Issue
Block a user