Add new menu instance for user related links.
This commit is contained in:
@@ -4,7 +4,7 @@ import logging
|
||||
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from common import MayanAppConfig, menu_secondary
|
||||
from common import MayanAppConfig, menu_user
|
||||
|
||||
from .links import link_logout, link_password_change
|
||||
|
||||
@@ -19,14 +19,8 @@ class AuthenticationApp(MayanAppConfig):
|
||||
def ready(self):
|
||||
super(AuthenticationApp, self).ready()
|
||||
|
||||
menu_secondary.bind_links(
|
||||
menu_user.bind_links(
|
||||
links=(
|
||||
link_password_change, link_logout
|
||||
), position=99, sources=(
|
||||
'common:current_user_details', 'common:current_user_edit',
|
||||
'common:current_user_locale_profile_details',
|
||||
'common:current_user_locale_profile_edit',
|
||||
'authentication:password_change_view',
|
||||
'common:setup_list', 'common:tools_list'
|
||||
)
|
||||
), position=99
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user