Add book link in the about menu

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-01 21:39:44 -04:00
parent e14685e3e7
commit f650a623b5
4 changed files with 9 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ from .handlers import (
handler_user_locale_profile_session_config, handler_user_locale_profile_create
)
from .links import (
link_about, link_current_user_locale_profile_edit, link_license,
link_about, link_book, link_current_user_locale_profile_edit, link_license,
link_object_error_list_clear, link_setup, link_tools
)
@@ -108,7 +108,7 @@ class CommonApp(MayanAppConfig):
menu_about.bind_links(
links=(
link_tools, link_setup, link_about, link_license,
link_tools, link_setup, link_about, link_book, link_license,
)
)