From cd21f49b647e2c6cf0b3bbb2fe35ea5dfc264e8b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 27 Dec 2012 02:03:24 -0400 Subject: [PATCH] Revert "Remove duplicate processing of sidebar links" Turn out this is required to show the links to add new holder for acls This reverts commit abf2bb85ea30a1e3545eecc97294101c04a42448. --- apps/main/templates/base.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html index d10ff8bf97..4fb55da75d 100644 --- a/apps/main/templates/base.html +++ b/apps/main/templates/base.html @@ -333,6 +333,17 @@ {% endif %} + {% get_object_navigation_links "sidebar" as object_navigation_links %} + {% if object_navigation_links %} +
+

{% trans "Other available actions" %}

+ +
+ {% endif %} {% endfor %} {% else %} {% get_object_navigation_links as object_navigation_links %}