From e71f176e8c85ac0111b480ad4106455dafc4e003 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 9 Jan 2011 04:14:41 +0100 Subject: Manage own items shortcuts (refs #54) --- ishtar/templates/base.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'ishtar/templates/base.html') diff --git a/ishtar/templates/base.html b/ishtar/templates/base.html index 6a1136021..2b2b440c8 100644 --- a/ishtar/templates/base.html +++ b/ishtar/templates/base.html @@ -8,13 +8,15 @@ {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} + -
- {% block context %}{% endblock %} + {% block context %}{% if current_menu %} +
+
+ {% trans "Default items"%} +
    + {% for lbl, model_name, items in current_menu %} +
  • +
  • + {% endfor %} +
+
+
+ {% endif %}{% endblock %}