Implement menu link ordering.

This commit is contained in:
Roberto Rosario
2015-09-27 02:18:04 -04:00
parent b335f70e57
commit 4b1bb38c86
3 changed files with 20 additions and 10 deletions

View File

@@ -21,8 +21,7 @@ class AuthenticationApp(MayanAppConfig):
menu_secondary.bind_links(
links=(
link_password_change, link_logout
),
sources=(
), position=99, sources=(
'common:current_user_details', 'common:current_user_edit',
'common:current_user_locale_profile_details',
'common:current_user_locale_profile_edit',