diff --git a/mayan/apps/documents/__init__.py b/mayan/apps/documents/__init__.py index b5fd951844..58e3e2cf20 100644 --- a/mayan/apps/documents/__init__.py +++ b/mayan/apps/documents/__init__.py @@ -90,7 +90,7 @@ register_links(DocumentPage, [ register_links(DocumentPage, [ document_page_navigation_first, document_page_navigation_previous, document_page_navigation_next, document_page_navigation_last -], menu_name='related') +], menu_name='sidebar') register_links(['documents:document_page_view'], [document_page_rotate_left, document_page_rotate_right, document_page_zoom_in, document_page_zoom_out, document_page_view_reset], menu_name='form_header') register_links(DocumentPageTransformation, [document_page_transformation_edit, document_page_transformation_delete]) diff --git a/mayan/apps/main/templates/main/base.html b/mayan/apps/main/templates/main/base.html index b41759d995..8447d5635b 100644 --- a/mayan/apps/main/templates/main/base.html +++ b/mayan/apps/main/templates/main/base.html @@ -344,17 +344,6 @@ {% endif %} - {% get_object_navigation_links "related" as object_navigation_links %} - {% if object_navigation_links %} -