From a5909fad41c198bbc3ca6b06e556674dc352f157 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 8 Sep 2016 13:07:53 +0200 Subject: Change display of "pin" items --- ishtar_common/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 4b8b68f8a..47ea61594 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -68,7 +68,7 @@ {% block context %}{% if current_menu %}
- {% trans "Default selected items"%} + {% for lbl, model_name, main_cls, items in current_menu %} -- cgit v1.2.3