diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html index 86fa6495d1..61efe93fca 100644 --- a/apps/main/templates/base.html +++ b/apps/main/templates/base.html @@ -299,7 +299,7 @@ {% endif %} {% get_object_navigation_links "secondary_menu" as object_navigation_links %} - {% if object_navigation_links %} + {% if object_navigation_links %}

{% trans "Secondary menu" %}

{% endif %} - {% endif %} - {% get_object_navigation_links "sidebar" as object_navigation_links %} + {% get_object_navigation_links "sidebar" as object_navigation_links %} {% if object_navigation_links %} -
-

{% trans "Other available actions" %}

- -
- {% endif %} +
+

{% trans "Other available actions" %}

+ +
+ {% endif %} + {% endif %} {% get_sidebar_templates as sidebar_templates %} {% for template in sidebar_templates %}